tustvold commented on code in PR #3007:
URL: https://github.com/apache/arrow-datafusion/pull/3007#discussion_r939513057


##########
datafusion/common/Cargo.toml:
##########
@@ -39,11 +39,12 @@ pyarrow = ["pyo3"]
 
 [dependencies]
 apache-avro = { version = "0.14", features = ["snappy"], optional = true }
-arrow = { version = "19.0.0", features = ["prettyprint"] }
+arrow = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"30c94dbf1c422f81f8520b9956e96ab7b53c3f47", features = ["prettyprint"], 
optional = false }
+avro-rs = { version = "0.13", features = ["snappy"], optional = true }
 cranelift-module = { version = "0.86.1", optional = true }
-object_store = { version = "0.3", optional = true }
+object_store = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"30c94dbf1c422f81f8520b9956e96ab7b53c3f47", features = [], optional = true }

Review Comment:
   I don't believe we intend to release object_store as part of arrow 20, and 
so I would back out this change



##########
datafusion/core/Cargo.toml:
##########
@@ -75,10 +75,10 @@ lazy_static = { version = "^1.4.0" }
 log = "^0.4"
 num-traits = { version = "0.2", optional = true }
 num_cpus = "1.13.0"
-object_store = "0.3.0"
+object_store = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"30c94dbf1c422f81f8520b9956e96ab7b53c3f47", features = [], optional = false }

Review Comment:
   Ditto



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