This is an automated email from the ASF dual-hosted git repository.
xiangfu0 pushed a change to branch
xiangfu0/codex/codec-stack/07-integration-docs
in repository https://gitbox.apache.org/repos/asf/pinot.git
discard 54a890c1ae1 Add codec pipeline integration tests and design doc
discard 880aed6fce8 Harden codec reload and compression stats
discard 546b24075f0 Support codecSpec on segment reload and enable codecSpec
end to end
add feb515f1dc7 Validate V7 frames lazily and harden the review follow-ups
add fb989f2436f Support codecSpec on segment reload and enable codecSpec
end to end
add 654a4d5298b Harden codec reload and compression stats
add c98c636d49e Add codec pipeline integration tests and design doc
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (54a890c1ae1)
\
N -- N -- N
refs/heads/xiangfu0/codex/codec-stack/07-integration-docs (c98c636d49e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../impl/FixedByteChunkForwardIndexWriterV7.java | 13 +-
.../segment/index/forward/ForwardIndexType.java | 6 +
.../segment/index/loader/ForwardIndexHandler.java | 7 +-
.../FixedByteChunkSVForwardIndexReaderV7.java | 71 ++++++---
.../forward/ForwardIndexCreatorFactoryTest.java | 164 +++++++++++++++++++--
.../index/loader/ForwardIndexHandlerTest.java | 65 +++++++-
.../segment/spi/index/ForwardIndexConfig.java | 8 +-
7 files changed, 286 insertions(+), 48 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]