marregui opened a new pull request, #12802: URL: https://github.com/apache/pinot/pull/12802
this is a follow up on PR https://github.com/apache/pinot/pull/12668 addressing originally https://github.com/apache/pinot/issues/11434 . This dcument https://www.rfc-editor.org/rfc/rfc1952 claims that a field `ISIZE` is apended at the end of a block (block == compressed segment). This does not seem to be the case when using the `Deflater`, so we simply append it. The `Inflater` is cleaver enough to ignore these extra 4 bytes at the end of the compressed buffer, while we can use them to compute `ChunkDecompressor :: int decompressedLength(ByteBuffer compressedInput) throws IOException;` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
