mbutrovich commented on issue #15771:
URL: https://github.com/apache/datafusion/issues/15771#issuecomment-2940482148

   It looks like DataFusion is currently using a mix of Arrow-rs 55.0 and 
55.1.0:
   ```
   arrow = { version = "55.1.0", features = [
       "prettyprint",
       "chrono-tz",
   ] }
   arrow-buffer = { version = "55.0.0", default-features = false }
   arrow-flight = { version = "55.1.0", features = [
       "flight-sql-experimental",
   ] }
   arrow-ipc = { version = "55.0.0", default-features = false, features = [
       "lz4",
   ] }
   arrow-ord = { version = "55.0.0", default-features = false }
   arrow-schema = { version = "55.0.0", default-features = false }
   parquet = { version = "55.1.0", default-features = false, features = [
       "arrow",
       "async",
       "object_store",
   ] }
   ```
   Are there reasons not to sync on 55.1.0 for a DF 48?


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