pan3793 commented on PR #3555: URL: https://github.com/apache/celeborn/pull/3555#issuecomment-3659396312
@yawkat thanks for the tips, after a closer look, unlike Spark uses `LZ4BlockInputStream`, which does not support `LZ4SafeDecompressor` in old lz4-java, Celeborn does not use `LZ4BlockInputStream` but only the raw `LZ4FastDecompressor`, we can switch it to `LZ4SafeDecompressor` directly without breaking old lz4-java compatibility. -- 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]
