alamb commented on code in PR #9308:
URL: https://github.com/apache/arrow-rs/pull/9308#discussion_r2746843060
##########
arrow-ipc/Cargo.toml:
##########
@@ -43,11 +43,13 @@ arrow-schema = { workspace = true }
arrow-select = { workspace = true}
flatbuffers = { version = "25.2.10", default-features = false }
lz4_flex = { version = "0.12", default-features = false, features = ["std",
"frame"], optional = true }
+twox-hash = { version = "1.6", optional = true }
zstd = { version = "0.13.0", default-features = false, optional = true }
[features]
default = []
lz4 = ["lz4_flex"]
+lz4_direct = ["lz4", "twox-hash"]
Review Comment:
Why is this feature flagged? Is there any reason a user would NOT want this
feature?
If we are going to add a new feature it also need to be documented
--
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]