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 a61acb71b6 [bugfix] Remove deleting segments from table status info 
(#15725)
     add ba48afd309 Enable Correct GROUP BY-Only Processing with 
accurateGroupByWithoutOrderBy (#15844)

No new revisions were added by this update.

Summary of changes:
 .../common/utils/config/QueryOptionsUtils.java     |   5 +
 ...va => DeterministicConcurrentIndexedTable.java} |  42 +++----
 .../java/org/apache/pinot/core/data/table/Key.java |  22 +++-
 .../core/plan/maker/InstancePlanMakerImplV2.java   |   4 +
 .../core/query/request/context/QueryContext.java   |  10 ++
 .../org/apache/pinot/core/util/GroupByUtils.java   |   6 +
 .../data/table/DeterministicIndexedTableTest.java  | 130 +++++++++++++++++++++
 ...ava => BenchmarkDeterministicIndexedTable.java} |  54 ++++++++-
 .../apache/pinot/spi/utils/CommonConstants.java    |   6 +
 9 files changed, 252 insertions(+), 27 deletions(-)
 copy 
pinot-core/src/main/java/org/apache/pinot/core/data/table/{SimpleIndexedTable.java
 => DeterministicConcurrentIndexedTable.java} (60%)
 create mode 100644 
pinot-core/src/test/java/org/apache/pinot/core/data/table/DeterministicIndexedTableTest.java
 copy 
pinot-perf/src/main/java/org/apache/pinot/perf/{BenchmarkIndexedTable.java => 
BenchmarkDeterministicIndexedTable.java} (79%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to