QQ, w.r.t to the way broker processes queries for hybrid tables.
I see in the docs that query gets split between offline and realtime based on a timestamp.
My take away from here is that data has to be continuous in offline table for all the previous days,
is it possible to just make broker to query offline table for a window of time instead.
Usecase is when we have some issue/holes in the data (lets say whole of yesterday). we want to be able
to fix the segments only in that timerange, instead of maintaining a offline table alltogether. Are there alternative ways to fix this?