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-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org