Jackie-Jiang commented on pull request #8408: URL: https://github.com/apache/pinot/pull/8408#issuecomment-1079428775
> However, this optimisation is so obvious it raises questions that it wasn't done before - is realtime metadata less trustworthy than the equivalent info from a dictionary? Great question. I believe we might not handle min/max value properly in segment metadata in certain corner cases, and I'm sure there are some historic segments that do not have the min/max value set properly. We should make the check more strict (e.g. check if min/max value exist) to ensure the segment metadata can be used to solve the query. -- 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]
