You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2021/09/13 23:35:59 UTC

[pinot] branch master updated (fe03999 -> f3068bc)

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 fe03999  Fix retention for cleaning up segment lineage (#7424)
     add f3068bc  Introduce resultSize in IndexedTable (#7420)

No new revisions were added by this update.

Summary of changes:
 .../core/data/table/ConcurrentIndexedTable.java    | 84 +++++++++------------
 .../apache/pinot/core/data/table/IndexedTable.java | 88 ++++++++++++++++------
 .../pinot/core/data/table/SimpleIndexedTable.java  | 54 ++++---------
 .../table/UnboundedConcurrentIndexedTable.java     | 47 ++----------
 .../combine/GroupByOrderByCombineOperator.java     |  6 +-
 .../core/query/reduce/GroupByDataTableReducer.java | 13 +++-
 .../org/apache/pinot/core/util/GroupByUtils.java   | 28 +------
 .../pinot/core/data/table/IndexedTableTest.java    | 28 +++----
 .../apache/pinot/perf/BenchmarkCombineGroupBy.java |  8 +-
 .../apache/pinot/perf/BenchmarkIndexedTable.java   |  9 ++-
 10 files changed, 155 insertions(+), 210 deletions(-)

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