shehabgamin commented on issue #14123:
URL: https://github.com/apache/datafusion/issues/14123#issuecomment-2684037703

   Is there a reason why some `arrow` crates are using version `54.2.0` while 
others are using `54.1.0`?
   ```
   arrow = { version = "54.2.0", features = [
       "prettyprint",
       "chrono-tz",
   ] }
   arrow-buffer = { version = "54.1.0", default-features = false }
   arrow-flight = { version = "54.2.0", features = [
       "flight-sql-experimental",
   ] }
   arrow-ipc = { version = "54.2.0", default-features = false, features = [
       "lz4",
   ] }
   arrow-ord = { version = "54.1.0", default-features = false }
   arrow-schema = { version = "54.1.0", default-features = false }
   ```
   https://github.com/apache/datafusion/blob/main/Cargo.toml#L83-L95


-- 
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...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to