Xuanwo commented on code in PR #5829:
URL: https://github.com/apache/arrow-rs/pull/5829#discussion_r1623215343
##########
parquet/Cargo.toml:
##########
@@ -55,7 +55,7 @@ lz4_flex = { version = "0.11", default-features = false,
features = ["std", "fra
zstd = { version = "0.13.0", optional = true, default-features = false }
# TODO: temporary to fix parquet wasm build
# upstream issue: https://github.com/gyscos/zstd-rs/issues/269
-zstd-sys = { version = "=2.0.7", optional = true, default-features = false }
+zstd-sys = { version = "<=2.0.9", optional = true, default-features = false }
Review Comment:
This could pick up `zstd-sys 1.0`, please make sure we also have `>= 2.0.0`.
--
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]