andygrove opened a new issue #1272: URL: https://github.com/apache/arrow-datafusion/issues/1272
**Describe the bug** I tried running the Ballista integration tests from the master branch and from https://github.com/apache/arrow-datafusion/pull/1253 and I get the following error. ``` Step 22/56 : RUN cargo chef cook $RELEASE_FLAG --recipe-path recipe.json ---> Running in 874850134f2a error: failed to load manifest for workspace member `/tmp/ballista/datafusion` Caused by: failed to parse manifest at `/tmp/ballista/datafusion/Cargo.toml` Caused by: feature `edition2021` is required this Cargo does not support nightly features, but if you switch to nightly channel you can add `cargo-features = ["edition2021"]` to enable this feature thread 'main' panicked at 'Exited with status code: 101', /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cargo-chef-0.1.23/src/recipe.rs:142:27 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace The command '/bin/sh -c cargo chef cook $RELEASE_FLAG --recipe-path recipe.json' returned a non-zero code: 101 ``` **To Reproduce** Run `./dev/integration-tests.sh` **Expected behavior** Tests should pass **Additional context** None -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org