Jackie-Jiang commented on issue #6362: URL: https://github.com/apache/incubator-pinot/issues/6362#issuecomment-747717234
@yupeng9 In the current design, merge/rollup can only be applied to offline table, but conceptually it should also work on realtime table. In order to make it work for real-time table, we need to support pushing (instead of replacing) new segments for real-time table. That is the next stage of this issue, and more complicated because we need to figure out how to handle the start/offset information. We might start another issue when trying to support adding new real-time segments. This issue is not very related to the tiered storage. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org