kylebarron commented on code in PR #5567:
URL: https://github.com/apache/arrow-rs/pull/5567#discussion_r1543973041
##########
parquet/Cargo.toml:
##########
@@ -53,6 +53,7 @@ brotli = { version = "3.3", default-features = false,
features = ["std"], option
flate2 = { version = "1.0", default-features = false, features =
["rust_backend"], optional = true }
lz4_flex = { version = "0.11", default-features = false, features = ["std",
"frame"], optional = true }
zstd = { version = "0.13.0", optional = true, default-features = false }
+zstd-sys = { version = "=2.0.9", optional = true, default-features = false }
Review Comment:
Maybe you should make a new feature `zstd` that turns on both the `zstd` and
the `zstd-sys` features? Should this be a range for `>=2.0,<2.10`?
--
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]