tustvold commented on code in PR #5829:
URL: https://github.com/apache/arrow-rs/pull/5829#discussion_r1623220467
##########
parquet/Cargo.toml:
##########
@@ -52,10 +52,8 @@ snap = { version = "1.0", default-features = false, optional
= true }
brotli = { version = "6.0", default-features = false, features = ["std"],
optional = true }
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 }
-# TODO: temporary to fix parquet wasm build
-# upstream issue: https://github.com/gyscos/zstd-rs/issues/269
-zstd-sys = { version = "=2.0.9", optional = true, default-features = false }
+zstd = { version = "0.13", optional = true, default-features = false }
+zstd-sys = { version = "2.0", optional = true, default-features = false }
Review Comment:
I suspect zstd-sys can be removed entirely
--
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]