You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/09/09 18:27:11 UTC

[GitHub] [pinot] walterddr opened a new issue, #9362: [bug] time boundary manager incorrect handling non-overlap realtime/offline table segments

walterddr opened a new issue, #9362:
URL: https://github.com/apache/pinot/issues/9362

   one should use all offline table segments, instead of -1 day if realtime table doesn't exist or there's a gap between the realtime and offline table segments in terms of time overlap-ness


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] Jackie-Jiang commented on issue #9362: [bug] time boundary manager incorrect handling non-overlap realtime/offline table segments

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #9362:
URL: https://github.com/apache/pinot/issues/9362#issuecomment-1242464492

   We'll add an API to allow user to set arbitrary time boundary if needed. See #9332 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] Jackie-Jiang commented on issue #9362: [bug] time boundary manager incorrect handling non-overlap realtime/offline table segments

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #9362:
URL: https://github.com/apache/pinot/issues/9362#issuecomment-1263003298

   The complexity will be similar. Essentially we need to track the min time on the realtime side, and decide whether to attach the time filter


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] npawar commented on issue #9362: [bug] time boundary manager incorrect handling non-overlap realtime/offline table segments

Posted by GitBox <gi...@apache.org>.
npawar commented on issue #9362:
URL: https://github.com/apache/pinot/issues/9362#issuecomment-1262928618

   Should we atleast by default handle the first part `if realtime table doesn't exist`? assuming Rong means "if realtime table has no rows"


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org