alamb commented on code in PR #2369:
URL: https://github.com/apache/arrow-rs/pull/2369#discussion_r945121993
##########
arrow/Cargo.toml:
##########
@@ -86,6 +89,8 @@ rand = { version = "0.8", default-features = false, features
= ["std", "std_rng"
criterion = { version = "0.3", default-features = false }
flate2 = { version = "1", default-features = false, features =
["rust_backend"] }
tempfile = { version = "3", default-features = false }
+lz4 = { version = "1.23", default-features = false }
+zstd = { version = "0.11", default-features = false }
Review Comment:
🤔 now that I see that it seems like there is no reason to have these
dependencies left in both dependencies and dev-dependencies. I will remove them
from dev-dependences.
Thanks for the catch
--
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]