felipecrv commented on code in PR #2518:
URL: https://github.com/apache/arrow-adbc/pull/2518#discussion_r1949975550


##########
rust/Cargo.toml:
##########
@@ -35,9 +35,9 @@ categories = ["database"]
 
 [workspace.dependencies]
 adbc_core = { path = "./core", version = "0.17.0" }
-arrow-array = { version = "53.4.0", default-features = false, features = [
+arrow-array = { version = "54.1.0", default-features = false, features = [
     "ffi",
 ] }
-arrow-buffer = { version = "53.1.0", default-features = false }
-arrow-schema = { version = "53.1.0", default-features = false }
-arrow-select = { version = "53.4.0", default-features = false }

Review Comment:
   Can we get a release of `arrow-adbc` that uses Datafusion 44 and Arrow 
53.3.0 (which are the arrow versions used by df 44)?
   
   I can send that PR. 



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