This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 625330e6fd7 Add distinct UNION set operator (#16570)
add 058f7aae2f9 Pass QueryContext to ProjectionOperator (#16589)
No new revisions were added by this update.
Summary of changes:
.../pinot/core/operator/ProjectionOperator.java | 19 ++++++++++++-------
.../pinot/core/operator/ProjectionOperatorUtils.java | 11 ++++++-----
.../dociditerators/ExpressionScanDocIdIterator.java | 13 ++++++++-----
.../core/operator/docidsets/ExpressionDocIdSet.java | 7 ++++---
.../operator/filter/ExpressionFilterOperator.java | 6 +++---
.../core/operator/query/SelectionOrderByOperator.java | 3 ++-
.../org/apache/pinot/core/plan/ProjectPlanNode.java | 2 +-
.../core/query/request/context/QueryContext.java | 5 +++++
.../core/startree/plan/StarTreeProjectPlanNode.java | 2 +-
.../core/geospatial/transform/GeoFunctionTest.java | 4 +++-
.../transform/function/BaseTransformFunctionTest.java | 4 +++-
.../transform/function/ClpTransformFunctionsTest.java | 4 +++-
.../function/DateTruncTransformFunctionTest.java | 4 +++-
.../function/DistinctFromTransformFunctionTest.java | 4 +++-
.../function/NullHandlingTransformFunctionTest.java | 4 +++-
.../aggregation/DefaultAggregationExecutorTest.java | 3 ++-
.../java/org/apache/pinot/perf/RawIndexBenchmark.java | 4 +++-
17 files changed, 65 insertions(+), 34 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]