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/11/20 01:03:32 UTC

[pinot] branch master updated (dc25cb3 -> 6b33448)

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 dc25cb3  all getSegmentStatus to handle segments missing in externalview (#7803)
     add 6b33448  use `LZ4` as default compression mode (#7797)

No new revisions were added by this update.

Summary of changes:
 .../pinot/core/minion/RawIndexConverter.java       |   5 +-
 .../tests/OfflineClusterIntegrationTest.java       |   2 +-
 .../pinot/perf/BenchmarkRawForwardIndexReader.java | 209 +++++++++++++++++++++
 .../pinot/perf/BenchmarkRawForwardIndexWriter.java | 162 ++++++++++++++++
 .../creator/impl/SegmentColumnarIndexCreator.java  |   2 +-
 .../MultiValueFixedByteRawIndexCreatorTest.java    |  47 +++--
 .../MultiValueVarByteRawIndexCreatorTest.java      |  18 +-
 7 files changed, 416 insertions(+), 29 deletions(-)
 create mode 100644 pinot-perf/src/main/java/org/apache/pinot/perf/BenchmarkRawForwardIndexReader.java
 create mode 100644 pinot-perf/src/main/java/org/apache/pinot/perf/BenchmarkRawForwardIndexWriter.java

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