Skip to content
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

Merged
merged 1 commit into from
Mar 2, 2022

Conversation

NaincyKumariKnoldus
Copy link
Contributor

@NaincyKumariKnoldus NaincyKumariKnoldus commented Mar 2, 2022

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

@github-actions github-actions bot added ballista datafusion Changes in the datafusion crate labels Mar 2, 2022
@HaoYang670
Copy link
Contributor

LGTM

@HaoYang670
Copy link
Contributor

@alamb Please trigger the workflows. Thank you!

@HaoYang670
Copy link
Contributor

HaoYang670 commented Mar 2, 2022

nit: Please add Closes #1902 into your comment. @NaincyKumariKnoldus

@NaincyKumariKnoldus
Copy link
Contributor Author

nit: Please add Closes #1902 into your comment. @NaincyKumariKnoldus

added

@xudong963
Copy link
Member

After I update the rust version to 1.59 in my local, running cargo clippy got the following error.

➜  arrow-datafusion git:(pr1903) 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)`
➜  arrow-datafusion git:(pr1903) cargo -V
cargo 1.59.0 (49d8809dc 2022-02-10)
➜  arrow-datafusion git:(pr1903)
error: could not compile `datafusion-physical-expr`

Caused by:
  process didn't exit successfully: ...(signal: 6, SIGABRT: process abort signal)

@HaoYang670
Copy link
Contributor

After I update the rust version to 1.59 in my local, running cargo clippy got the following error.

➜  arrow-datafusion git:(pr1903) 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)`
➜  arrow-datafusion git:(pr1903) cargo -V
cargo 1.59.0 (49d8809dc 2022-02-10)
➜  arrow-datafusion git:(pr1903)
error: could not compile `datafusion-physical-expr`

Caused by:
  process didn't exit successfully: ...(signal: 6, SIGABRT: process abort signal)

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

@alamb
Copy link
Contributor

alamb commented Mar 2, 2022

After I update the rust version to 1.59 in my local, running cargo clippy got the following error.

Possibly this is related rust-lang/rust-clippy#8470

Copy link
Contributor

@alamb alamb left a 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

@alamb alamb merged commit 447b40d into apache:master Mar 2, 2022
@NaincyKumariKnoldus
Copy link
Contributor Author

Thank you @alamb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update rust-version to 1.59
4 participants