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 2021/08/14 19:32:08 UTC

[GitHub] [arrow-datafusion] houqp opened a new pull request #885: prepare code base for 5.1.0 release

houqp opened a new pull request #885:
URL: https://github.com/apache/arrow-datafusion/pull/885


   # Rationale for this change
   
   5.0.0 is now out, update version to get ready for 5.1.0.
   
   # What changes are included in this PR?
   
   Bump datafusion and ballista versions everywhere for the next one. Datafusion codebase already contained new feature, so we will need to bump the minor version.
   
   Also added automation to help bump datafusion version where. The ballista version bump automation has been updated to only bump ballista related versions.
   
   All cargo changes are created with the following two commands:
   
   ```
   ./dev/update_datafusion_versions.py 5.1.0
   ./dev/update_ballista_versions.py 0.6.0
   ```
   
   # Are there any user-facing changes?
   
   no
   


-- 
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 merged pull request #885: prepare code base for 5.1.0 release

Posted by GitBox <gi...@apache.org>.
alamb merged pull request #885:
URL: https://github.com/apache/arrow-datafusion/pull/885


   


-- 
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 a change in pull request #885: prepare code base for 5.1.0 release

Posted by GitBox <gi...@apache.org>.
alamb commented on a change in pull request #885:
URL: https://github.com/apache/arrow-datafusion/pull/885#discussion_r689075166



##########
File path: datafusion-cli/Cargo.toml
##########
@@ -30,5 +30,5 @@ repository = "https://github.com/apache/arrow-datafusion"
 clap = "2.33"
 rustyline = "8.0"
 tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync"] }
-datafusion = { path = "../datafusion" }
+datafusion = { path = "../datafusion", version = "5.1.0" }

Review comment:
       👍 




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