ashishjayamohan opened a new pull request, #15362: URL: https://github.com/apache/pinot/pull/15362
- Follow up from: https://github.com/apache/pinot/pull/14385#discussion_r1966265135 - Previously, the time predicate optimizers only optimized predicates in the form of `func(x) = literal`. This PR adds more flexibility in the ordering by allowing predicates in the form `literal = func(x)` to be optimized as well - Adds relevant tests for reversed literal/function predicate ordering -- 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]
