sdd commented on code in PR #850: URL: https://github.com/apache/iceberg-rust/pull/850#discussion_r1912758789
########## crates/integration_tests/Cargo.toml: ########## @@ -27,9 +27,11 @@ rust-version = { workspace = true } [dependencies] arrow-array = { workspace = true } arrow-schema = { workspace = true } +datafusion = "43" Review Comment: The version here differs from the one in the datafusion integration crate: https://github.com/apache/iceberg-rust/blob/105e513ac528d837c21e680fce2d210f3c1fb795/crates/integrations/datafusion/Cargo.toml#L34. Can we add datafusion to the workspace level `Cargo.toml` and update both here and the datafusion integration crate to `workspace = true`? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org