ashishjayamohan opened a new pull request, #14432: URL: https://github.com/apache/pinot/pull/14432
- Adds a `PushDownNotFilterOptimizer` class that pushes down `NOT` operator into group clauses - Applies DeMorgan's law to `NOT` predicates recursively to fully fragment predicate group - My initial idea for general push down optimization came from [here](https://www.dolthub.com/blog/2020-10-28-pushdown-filters/) -- 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]
