tustvold commented on code in PR #1861: URL: https://github.com/apache/arrow-rs/pull/1861#discussion_r895624242
########## arrow/Cargo.toml: ########## @@ -38,9 +38,11 @@ path = "src/lib.rs" bench = false [dependencies] +ahash = "0.7" Review Comment: This is a new dependency, although it is the default hash function for hashbrown so... -- 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]
