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

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


    from 2831223  Support get metadata and indexes API for REALTIME tables. 
(#7169)
     add 29a6ba9  Make group trim size configurable for better accuracy (#7241)

No new revisions were added by this update.

Summary of changes:
 .../combine/GroupByOrderByCombineOperator.java     |  29 ++-
 .../query/AggregationGroupByOrderByOperator.java   |  58 ++----
 .../plan/AggregationGroupByOrderByPlanNode.java    |  17 +-
 .../apache/pinot/core/plan/CombinePlanNode.java    |  24 ++-
 .../core/plan/maker/InstancePlanMakerImplV2.java   |  85 ++++-----
 .../org/apache/pinot/core/util/QueryOptions.java   |  38 ++--
 .../operator/combine/CombineSlowOperatorsTest.java |   3 +-
 .../combine/SelectionCombineOperatorTest.java      |   3 +-
 .../pinot/core/plan/CombinePlanNodeTest.java       |  12 +-
 ...InSegmentTrimTest.java => GroupByTrimTest.java} | 208 ++++++++++-----------
 ...terSegmentAggregationMultiValueQueriesTest.java |   5 +-
 ...erSegmentAggregationSingleValueQueriesTest.java |   9 +-
 .../InterSegmentOrderByMultiValueQueriesTest.java  |   6 +-
 .../InterSegmentOrderBySingleValueQueriesTest.java |   6 +-
 .../apache/pinot/spi/utils/CommonConstants.java    |   4 +-
 15 files changed, 252 insertions(+), 255 deletions(-)
 rename 
pinot-core/src/test/java/org/apache/pinot/core/query/aggregation/groupby/{GroupByInSegmentTrimTest.java
 => GroupByTrimTest.java} (55%)

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

Reply via email to