You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/04 07:14:50 UTC

[GitHub] [arrow-datafusion] Dandandan commented on a change in pull request #1399: Minimize features

Dandandan commented on a change in pull request #1399:
URL: https://github.com/apache/arrow-datafusion/pull/1399#discussion_r762396231



##########
File path: ballista/rust/core/Cargo.toml
##########
@@ -30,7 +30,7 @@ build = "build.rs"
 simd = ["datafusion/simd"]
 
 [dependencies]
-ahash = "0.7"
+ahash = { version = "0.7", default-features = false }

Review comment:
       At least `hashbrown` also depends on `ahash` by default.
   So shouldn't we make that feature in `hashbrown` optional too?




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org