This is an automated email from the ASF dual-hosted git repository.

gortiz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from 1b6866d5aea Add SumIntAggregationFunction for optimized INT column 
aggregation (#16704)
     add 7288f73b885 Configure switch for DICTIONARY scan vs RAW scan in REGEX 
LIKE evaluation (#16879)

No new revisions were added by this update.

Summary of changes:
 .../requesthandler/BaseBrokerRequestHandler.java   |  5 ++
 .../BaseSingleStageBrokerRequestHandler.java       |  4 +
 .../common/utils/config/QueryOptionsUtils.java     | 28 ++++++
 .../operator/filter/ExpressionFilterOperator.java  |  2 +-
 .../predicate/PredicateEvaluatorProvider.java      | 10 +--
 .../RegexpLikePredicateEvaluatorFactory.java       | 41 +++++++--
 .../org/apache/pinot/core/plan/FilterPlanNode.java |  6 +-
 .../tests/OfflineClusterIntegrationTest.java       | 99 ++++++++++++++++++++++
 .../apache/pinot/spi/utils/CommonConstants.java    | 10 +++
 9 files changed, 190 insertions(+), 15 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to