andygrove edited a comment on issue #918:
URL:
https://github.com/apache/arrow-datafusion/issues/918#issuecomment-903169689
I commented out some of the caching in the docker image just to try and get
the tests working locally and ran into yet another issue
```
error[E0658]: arbitrary expressions in key-value attributes are unstable
--> ballista/rust/core/src/lib.rs:18:10
|
18 | #![doc = include_str!("../README.md")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #78835 <https://github.com/rust-lang/rust/issues/78835>
for more information
error: aborting due to previous error
```
EDIT: upgrading to Rust 1.54 in the ballista-base image resolves this issue
--
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]