Hi All, If there is any gap in overlap data betwee...
# troubleshooting
d
Hi All, If there is any gap in overlap data between realtime and offline time ( e.g. batch ingestion job crashed in offline table ) . In that case , is data available in hybrid table or not ?
k
To handle such cases Pinot does max(time) - 1 day from offline. So as long as you rerun your batch ingestion job before the next days run, it will be fine
d
@Kishore G, where we need to set max(time)- 1