Jackie-Jiang opened a new pull request #5584:
URL: https://github.com/apache/incubator-pinot/pull/5584
## Description
Replace BrokerRequest with QueryContext in query engine filtering layer
- Replaces the usage of FilterQueryTree with FilterContext on server side
- Removes all the old predicate classes and replaces with the new ones
Performance improvement:
- Save all the per-segment creation of FilterQueryTree and Predicates
Bug fix:
- Fix the wrong UNBOUNDED values in RangePredicateEvaluatorFactory
- LONG, FLOAT, DOUBLE are using Integer.MIN_VALUE and Integer.MAX_VALUE as
the UNBOUNDED values
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]