You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ne...@apache.org on 2019/11/08 00:08:03 UTC

[incubator-pinot] branch master updated (7790e15 -> 98140bc)

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

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


    from 7790e15  Fix controller download segment api on non-local PinotFS. (#4757)
     add 98140bc  Decouple Key from Record (#4798)

No new revisions were added by this update.

Summary of changes:
 .../table/{IndexedTable.java => BaseTable.java}    |  28 +-
 .../core/data/table/ConcurrentIndexedTable.java    |  19 +-
 .../apache/pinot/core/data/table/IndexedTable.java |  82 +++---
 .../org/apache/pinot/core/data/table/Record.java   |  17 +-
 .../pinot/core/data/table/SimpleIndexedTable.java  |  17 +-
 .../org/apache/pinot/core/data/table/Table.java    |   7 +-
 ...{IndexedTableResizer.java => TableResizer.java} |  30 +--
 .../operator/CombineGroupByOrderByOperator.java    |  18 +-
 .../operator/blocks/IntermediateResultsBlock.java  |   9 +-
 .../core/query/reduce/BrokerReduceService.java     | 103 ++++----
 .../pinot/core/data/table/IndexedTableTest.java    | 127 ++++-----
 ...TableResizerTest.java => TableResizerTest.java} | 288 ++++++++++++---------
 .../InterSegmentOrderBySingleValueQueriesTest.java | 103 ++++----
 .../apache/pinot/perf/BenchmarkCombineGroupBy.java |   7 +-
 .../apache/pinot/perf/BenchmarkIndexedTable.java   |   7 +-
 15 files changed, 443 insertions(+), 419 deletions(-)
 copy pinot-core/src/main/java/org/apache/pinot/core/data/table/{IndexedTable.java => BaseTable.java} (79%)
 rename pinot-core/src/main/java/org/apache/pinot/core/data/table/{IndexedTableResizer.java => TableResizer.java} (91%)
 rename pinot-core/src/test/java/org/apache/pinot/core/data/table/{IndexedTableResizerTest.java => TableResizerTest.java} (50%)


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