lidavidm commented on code in PR #4377:
URL: https://github.com/apache/arrow-adbc/pull/4377#discussion_r3392994866


##########
rust/driver/datafusion/Cargo.toml:
##########
@@ -33,16 +33,16 @@ categories.workspace = true
 [dependencies]
 adbc_core.workspace = true
 adbc_ffi = { workspace = true, optional = true }
-arrow-array = { version = ">=58.1, <59", default-features = false }
-arrow-buffer = { version = ">=58.1, <59", default-features = false }
-arrow-schema = { version = ">=58.1, <59", default-features = false }
-datafusion = { version = "53.1.0", default-features = false }
-datafusion-substrait = { version = "53.1.0", default-features = false }
+arrow-array = { version = ">=58.1, <60", default-features = false }
+arrow-buffer = { version = ">=58.1, <60", default-features = false }
+arrow-schema = { version = ">=58.1, <60", default-features = false }

Review Comment:
   Hmm, even if I revert it it still won't build...I think we may want to 
consider removing the datafusion crate now that there's a thirdparty datafusion 
driver.



-- 
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]

Reply via email to