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


##########
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:
   I believe these lines cannot be changed because Datafusion 54 is not 
compatible with arrow 59.
   
https://github.com/apache/datafusion/blob/45d943dfb8699dc9cb9ef2320e955b73e3e6c03b/Cargo.toml#L91-L94



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