xudong963 commented on pull request #1903:
URL:
https://github.com/apache/arrow-datafusion/pull/1903#issuecomment-1056811176
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 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]