mbrobbel commented on code in PR #3354: URL: https://github.com/apache/arrow-adbc/pull/3354#discussion_r2308029149
########## rust/driver/datafusion/Cargo.toml: ########## @@ -32,17 +32,11 @@ categories.workspace = true [dependencies] adbc_core.workspace = true -arrow-array = "55.2.0" -arrow-buffer = "55.2.0" -arrow-schema = "55.2.0" Review Comment: Normal dependents of `adbc_core` can still select any of the supported arrow versions, but the adbc workspace uses the arrow version of datafusion. Maybe we should re-consider moving this driver out the workspace or to the datafusion repository (as discussed before)? -- 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]
