This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 57589a1faf1 Bump io.netty:netty-bom from 4.2.11.Final to 4.2.12.Final
(#17985)
add 4d139c3016d Add V6 forward index format with delta-encoded chunk
headers (#17966)
No new revisions were added by this update.
Summary of changes:
.../tests/OfflineClusterIntegrationTest.java | 25 ++-
.../impl/VarByteChunkForwardIndexWriterV4.java | 19 ++-
.../impl/VarByteChunkForwardIndexWriterV6.java | 74 +++++++++
.../fwd/MultiValueFixedByteRawIndexCreator.java | 9 +-
.../impl/fwd/MultiValueVarByteRawIndexCreator.java | 5 +
.../fwd/SingleValueVarByteRawIndexCreator.java | 5 +
.../index/forward/ForwardIndexReaderFactory.java | 7 +-
.../forward/VarByteChunkForwardIndexReaderV4.java | 31 ++--
.../forward/VarByteChunkForwardIndexReaderV5.java | 7 +-
.../forward/VarByteChunkForwardIndexReaderV6.java | 100 ++++++++++++
.../MultiValueFixedByteRawIndexCreatorTest.java | 2 +-
.../MultiValueVarByteRawIndexCreatorTest.java | 2 +-
.../segment/index/creator/VarByteChunkV4Test.java | 36 +++--
.../segment/index/creator/VarByteChunkV5Test.java | 175 +++------------------
.../segment/index/creator/VarByteChunkV6Test.java | 104 ++++++++++++
15 files changed, 416 insertions(+), 185 deletions(-)
create mode 100644
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/io/writer/impl/VarByteChunkForwardIndexWriterV6.java
create mode 100644
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/readers/forward/VarByteChunkForwardIndexReaderV6.java
create mode 100644
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/index/creator/VarByteChunkV6Test.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]