klsince commented on PR #12595: URL: https://github.com/apache/pinot/pull/12595#issuecomment-1984354096
The bug was exposed with a list of 1.3mil+ timestamps of `long` type. Somehow, simple range filters like `[ts, ts+1]` would miss some expected docIds for some timestamp values in the list. @richardstartin has suggested this workaround and will help look into the between() method. Thank you! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
