This is an automated email from the ASF dual-hosted git repository.

xiangfu0 pushed a change to branch xiangfu0/codex/codec-stack/02-runtime
in repository https://gitbox.apache.org/repos/asf/pinot.git


 discard 808877123be Add bounded codec runtime and compression handlers
     add e00e837b5cb Reject leading-zero codec arguments and tighten the spec 
length cap
     add 7c84385c75e Add bounded codec runtime and compression handlers
     add bfe108c3d9d Harden Snappy decode bounds, reserve CODEC in the 
registry, reject ZSTD(0)

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   (808877123be)
            \
             N -- N -- N   refs/heads/xiangfu0/codex/codec-stack/02-runtime 
(bfe108c3d9d)

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:
 .../segment/local/io/codec/CodecBufferUtils.java   | 25 ++++++++
 .../segment/local/io/codec/CodecRegistry.java      |  7 +++
 .../local/io/codec/GzipCodecDefinition.java        | 11 +---
 .../segment/local/io/codec/Lz4CodecDefinition.java | 20 ++-----
 .../local/io/codec/SnappyCodecDefinition.java      | 14 ++---
 .../local/io/codec/ZstdCodecDefinition.java        | 22 +++----
 .../local/io/codec/CodecPipelineExecutorTest.java  |  6 +-
 .../segment/local/io/codec/CodecRegistryTest.java  | 68 ++++++++++++++++++++++
 .../io/codec/CompressionCodecCorruptInputTest.java | 34 +++++++++++
 .../pinot/segment/spi/codec/CodecInvocation.java   |  5 ++
 .../pinot/segment/spi/codec/CodecSpecParser.java   | 15 ++++-
 .../segment/spi/codec/CodecInvocationTest.java     |  1 +
 .../segment/spi/codec/CodecSpecParserTest.java     | 18 ++++++
 13 files changed, 192 insertions(+), 54 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to