failures:
---- execution::projection::tests::project_first_column stdout ----
thread 'execution::projection::tests::project_first_column' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:997:5
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
---- execution::aggregate::tests::max_f64_group_by_string stdout ----
thread 'execution::aggregate::tests::max_f64_group_by_string' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:997:5
---- execution::aggregate::tests::test_min_max_sum_f64_group_by_uint32 stdout ----
thread 'execution::aggregate::tests::test_min_max_sum_f64_group_by_uint32' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:997:5
---- execution::aggregate::tests::min_f64_group_by_string stdout ----
thread 'execution::aggregate::tests::min_f64_group_by_string' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:997:5
failures:
execution::aggregate::tests::max_f64_group_by_string
execution::aggregate::tests::min_f64_group_by_string
execution::aggregate::tests::test_min_max_sum_f64_group_by_uint32
execution::projection::tests::project_first_column
test result: FAILED. 36 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out
error: test failed, to rerun pass '-p datafusion --lib'