tustvold commented on code in PR #4884:
URL: https://github.com/apache/arrow-rs/pull/4884#discussion_r1342132203
##########
parquet/src/compression.rs:
##########
@@ -383,64 +383,6 @@ impl BrotliLevel {
}
}
-#[cfg(any(feature = "lz4", test))]
-mod lz4_codec {
Review Comment:
https://github.com/apache/arrow-rs/pull/3013
Basically the standard didn't specify the framing and so the ecosystem ended
up with two :smile:
That PR replaced this codec with a LZ4HadoopCodec which has an automatic
fallback, this is what has been being used since then
--
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]