You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/07 11:47:55 UTC

[GitHub] [arrow-datafusion] Cheappie opened a new issue, #2474: [Question] Why DataFusion is shipped with arrow version 9.1.0 on crates.io ?

Cheappie opened a new issue, #2474:
URL: https://github.com/apache/arrow-datafusion/issues/2474

   I wonder why DataFusion is shipped with arrow version 9.1.0 on `crates.io`, could anybody tell me how it ends up that way even though in every `Cargo.toml` within DataFusion repository newest Arrow version is used, precisely 13.0.0 ?


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

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


[GitHub] [arrow-datafusion] tustvold commented on issue #2474: [Question] Why DataFusion is shipped with arrow version 9.1.0 on crates.io ?

Posted by GitBox <gi...@apache.org>.
tustvold commented on issue #2474:
URL: https://github.com/apache/arrow-datafusion/issues/2474#issuecomment-1120422811

   FWIW IOx tracks a git version pin for DataFusion, in order to get upstream changes quicker - https://github.com/influxdata/influxdb_iox/blob/main/datafusion/Cargo.toml
   
   This of course means we are exposed to more churn though, so your mileage may vary


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

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


[GitHub] [arrow-datafusion] andygrove commented on issue #2474: [Question] Why DataFusion is shipped with arrow version 9.1.0 on crates.io ?

Posted by GitBox <gi...@apache.org>.
andygrove commented on issue #2474:
URL: https://github.com/apache/arrow-datafusion/issues/2474#issuecomment-1120215732

   We are also planning on having more frequent releases going forward, as discussed in https://github.com/apache/arrow-datafusion/issues/2327


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

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


[GitHub] [arrow-datafusion] andygrove commented on issue #2474: [Question] Why DataFusion is shipped with arrow version 9.1.0 on crates.io ?

Posted by GitBox <gi...@apache.org>.
andygrove commented on issue #2474:
URL: https://github.com/apache/arrow-datafusion/issues/2474#issuecomment-1120215397

   The version of DataFusion on crates.io was released several months ago with a dependency on arrow-rs 9.0.0 because that was the latest version at that time. We are planning on releasing DataFusion 8.0.0 in the next week or two and that will use arrow-rs 13.0.0 (or whatever the latest version is at the time).


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

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


[GitHub] [arrow-datafusion] alamb commented on issue #2474: [Question] Why DataFusion is shipped with arrow version 9.1.0 on crates.io ?

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #2474:
URL: https://github.com/apache/arrow-datafusion/issues/2474#issuecomment-1126282070

   Next release is imminent; https://github.com/apache/arrow-datafusion/issues/2392
   
   I think this ticket has been answered so closing it down


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

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


[GitHub] [arrow-datafusion] Cheappie commented on issue #2474: [Question] Why DataFusion is shipped with arrow version 9.1.0 on crates.io ?

Posted by GitBox <gi...@apache.org>.
Cheappie commented on issue #2474:
URL: https://github.com/apache/arrow-datafusion/issues/2474#issuecomment-1120219088

   > The version of DataFusion on crates.io was released several months ago with a dependency on arrow-rs 9.0.0 because that was the latest version at that time. We are planning on releasing DataFusion 8.0.0 in the next week or two and that will use arrow-rs 13.0.0 (or whatever the latest version is at the time).
   
   Thank you Andy for clearing this out. In such case I will try to use master directly.
   
   I saw on crates.io that the latest version was published 19 days ago, thats why I couldn't wrap my head around why it uses so old version of Arrow. I suppose that it still lags behind master quite far.


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

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


[GitHub] [arrow-datafusion] alamb closed issue #2474: [Question] Why DataFusion is shipped with arrow version 9.1.0 on crates.io ?

Posted by GitBox <gi...@apache.org>.
alamb closed issue #2474: [Question] Why DataFusion is shipped with arrow version 9.1.0 on crates.io ?
URL: https://github.com/apache/arrow-datafusion/issues/2474


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

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