yashmayya opened a new pull request, #17751: URL: https://github.com/apache/pinot/pull/17751
- Fixes regression introduced in https://github.com/apache/pinot/pull/16991 where time boundary filter is attached after the filter optimizers are already run, preventing things like filter range merges from being applied to the time boundary filter. - The filter optimizers are designed to be convergent, so re-running them on the already-optimized portions should be safe - they only act on the newly-added time boundary filter and any merge opportunities it creates. This is the same pattern that existed before #16991. -- 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]
