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/04/10 15:00:57 UTC

[GitHub] [arrow-datafusion] jychen7 commented on a diff in pull request #2187: Prepare for 7.x release: Update version to 7.1.0, add ChangeLog

jychen7 commented on code in PR #2187:
URL: https://github.com/apache/arrow-datafusion/pull/2187#discussion_r846792602


##########
datafusion-cli/Cargo.toml:
##########
@@ -31,7 +31,7 @@ rust-version = "1.58"
 clap = { version = "3", features = ["derive", "cargo"] }
 rustyline = "9.0"
 tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }
-datafusion = { path = "../datafusion", version = "7.0.0" }
+datafusion = { path = "../datafusion", version = "7.1.0" }
 arrow = { version = "9.0.0" }
 ballista = { path = "../ballista/rust/client", version = "0.6.0" }
 env_logger = "0.9"

Review Comment:
   yes, some editor may remove trailing newlines. Either is fine with me too.
   
   this file didn't have newline at the end, so I just let it be
   https://github.com/apache/arrow-datafusion/blob/maint-7.x/datafusion-cli/Cargo.toml



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