alamb commented on issue #8872: URL: https://github.com/apache/arrow-datafusion/issues/8872#issuecomment-1893606754
Can you please provide your Cargo.toml file ? I tried adding datafusion 34 locally as a dependency and I do not see these dependencies, so I probably don't have the same configuration ``` (venv) andrewlamb@Andrews-MacBook-Pro:~/Software/df_test$ cat Cargo.toml [package] name = "df_test" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] datafusion = "34.0.0" (venv) andrewlamb@Andrews-MacBook-Pro:~/Software/df_test$ cargo update Updating crates.io index (venv) andrewlamb@Andrews-MacBook-Pro:~/Software/df_test$ grep ring Cargo.lock "arrow-string", name = "arrow-string" ``` -- 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]
