shwin commented on issue #10986:
URL: https://github.com/apache/pinot/issues/10986#issuecomment-1641086151

   @richardstartin understood; I'm not sure how to reduce this to something 
reproducible, but open to suggestions.
   
   I think this happens in cases like:
   1. let's say you're querying for time column = day N
   2. you have 3 segments, with values ranging from (N -1, N), (N, N), (N, N+1)
   3. `=` will not include that first segment, that is, the values that range 
from (N-1, N), but will include the other 2 segments
   4. between/using a combo of >= and < will include all 3 segments
   
   So if you have some way to generate such segments, I bet it's reproducible; 
if you'd like me to generate some CSVs or something and replicate it myself I 
can do that.


-- 
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-unsubscr...@pinot.apache.org

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

Reply via email to