goldmedal commented on code in PR #10745: URL: https://github.com/apache/datafusion/pull/10745#discussion_r1624740586
########## datafusion/core/Cargo.toml: ########## @@ -158,6 +159,16 @@ tokio-postgres = "0.7.7" [target.'cfg(not(target_os = "windows"))'.dev-dependencies] nix = { version = "0.29.0", features = ["fs"] } +[target.'cfg(not(target_arch = "wasm32"))'.dependencies] +aws-config = "0.101.0" +aws-credential-types = "0.101.0" +# the default features will cause libunwind error when testing on macos paltform. +object_store = { version = "0.9.1", default-features = false, features = ["aws", "gcp", "http"] } Review Comment: Actually, I don't know which feature causes the error on macOS. I just used trial and error many times, and eventually, it worked. I noticed that we disabled the default features in the root Cargo.toml by #8095, but I can't find the reason. Could someone explain this? -- 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-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org