tustvold commented on code in PR #1861:
URL: https://github.com/apache/arrow-rs/pull/1861#discussion_r906840333
##########
arrow/Cargo.toml:
##########
@@ -38,13 +38,15 @@ path = "src/lib.rs"
bench = false
[dependencies]
+ahash = { version = "0.7", default-features = false }
Review Comment:
Hashbrown isn't a new dependency as it is used by indexmap (and the standard
library). It also by default brings in ahash so that I think isn't new either.
--
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]