waynexia commented on code in PR #5829:
URL: https://github.com/apache/arrow-rs/pull/5829#discussion_r1623217039
##########
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:
Ahh, that works 💯
--
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]