alamb commented on code in PR #5764:
URL: https://github.com/apache/arrow-datafusion/pull/5764#discussion_r1153371981


##########
datafusion/physical-expr/Cargo.toml:
##########
@@ -44,6 +44,7 @@ unicode_expressions = ["unicode-segmentation"]
 [dependencies]
 ahash = { version = "0.8", default-features = false, features = 
["runtime-rng"] }
 arrow = { workspace = true }
+arrow-array = { version = "34.0.0", default-features = false, features = 
["chrono-tz"] }

Review Comment:
   The rest of datafusion now uses arrow 36, but this uses arrow 34
   
   ```suggestion
   arrow-array = { workspace = true }
   ```



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to