yadavay-amzn opened a new pull request, #16048: URL: https://github.com/apache/iceberg/pull/16048
Implements LZ4 frame compression and decompression in `PuffinFormat`, replacing the TODO stubs that threw `UnsupportedOperationException`. Uses `lz4-java` library (`LZ4FrameOutputStream` / `LZ4FrameInputStream`) following the same pattern as the existing Zstd implementation. Added round-trip test and updated the existing test that previously asserted the exception was thrown. Closes #16033 -- 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]
