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 b556b375c7 Bump org.jline:jline from 3.27.0 to 3.27.1 (#14248)
add ad37bd87ed Introduce raw fwd index version V5 containing implicit num
doc length, improving space efficiency (#14105)
No new revisions were added by this update.
Summary of changes:
.../impl/VarByteChunkForwardIndexWriterV4.java | 13 ++-
.../impl/VarByteChunkForwardIndexWriterV5.java | 117 ++++++++++++++++++++
.../fwd/MultiValueFixedByteRawIndexCreator.java | 21 +++-
.../index/forward/ForwardIndexReaderFactory.java | 7 +-
.../forward/VarByteChunkForwardIndexReaderV4.java | 12 ++-
.../forward/VarByteChunkForwardIndexReaderV5.java | 83 +++++++++++++++
.../MultiValueFixedByteRawIndexCreatorTest.java | 31 ++++--
.../segment/index/creator/VarByteChunkV4Test.java | 2 +-
...yteChunkV4Test.java => VarByteChunkV5Test.java} | 118 ++++++++++++---------
9 files changed, 328 insertions(+), 76 deletions(-)
create mode 100644
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/io/writer/impl/VarByteChunkForwardIndexWriterV5.java
create mode 100644
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/readers/forward/VarByteChunkForwardIndexReaderV5.java
copy
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/index/creator/{VarByteChunkV4Test.java
=> VarByteChunkV5Test.java} (63%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]