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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to