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


##########
datafusion/common/Cargo.toml:
##########
@@ -41,10 +41,14 @@ pyarrow = ["pyo3", "arrow/pyarrow"]
 [dependencies]
 apache-avro = { version = "0.14", default-features = false, features = 
["snappy"], optional = true }
 arrow = { workspace = true, default-features = false }
+arrow-array = { version = "35.0.0", default-features = false, features = 
["chrono-tz"] }

Review Comment:
   This is depending on arrow-array 35 despite the crate as a whole still 
depending on arrow 34. This is likely to cause confusion



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