-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Rust version to 1.59 in all the files #1903
Conversation
LGTM |
@alamb Please trigger the workflows. Thank you! |
nit: Please add |
added |
After I update the rust version to 1.59 in my local, running
|
This is a little weird. I test on my desktop, and everything works fine. (base) remziy@remzi-desktop:~/Datafusion$ git checkout pr_1903
Switched to branch 'pr_1903'
(base) remziy@remzi-desktop:~/Datafusion$ rustup -V
rustup 1.24.3 (ce5817a94 2021-05-31)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.59.0 (9d1b2106e 2022-02-23)`
(base) remziy@remzi-desktop:~/Datafusion$ cargo -V
cargo 1.59.0 (49d8809dc 2022-02-10)
(base) remziy@remzi-desktop:~/Datafusion$ rustc -V
rustc 1.59.0 (9d1b2106e 2022-02-23)
(base) remziy@remzi-desktop:~/Datafusion$ cargo clippy
Checking datafusion v7.0.0 (/home/Datafusion/datafusion)
Checking ballista-core v0.6.0 (/home/Datafusion/ballista/rust/core)
Checking datafusion-cli v7.0.0 (/home/Datafusion/datafusion-cli)
Checking ballista v0.6.0 (/home/Datafusion/ballista/rust/client)
Checking ballista-executor v0.6.0 (/home/Datafusion/ballista/rust/executor)
Checking ballista-scheduler v0.6.0 (/home/Datafusion/ballista/rust/scheduler)
Checking arrow-benchmarks v5.0.0 (/home/Datafusion/benchmarks)
Checking ballista-examples v0.6.0 (/home/Datafusion/ballista-examples)
Finished dev [unoptimized + debuginfo] target(s) in 9.78s |
Possibly this is related rust-lang/rust-clippy#8470 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM -- thank you @NaincyKumariKnoldus
Thank you @alamb |
Hey @HaoYang670 I have updated rust version in all the files. Please review this and if any changes needed do inform me.
Thanks!
#1902
closes #1902