Dandandan edited a comment on pull request #910: URL: https://github.com/apache/arrow-datafusion/pull/910#issuecomment-919390155
It seems adding `--release` to the workspace tests is a workaround https://github.com/apache/arrow-datafusion/pull/1003/checks?check_run_id=3601789569 (compile time obviously increased by quite a bit) ``` running 44 tests test tests::ballista_round_trip::q1 ... ok test tests::ballista_round_trip::q10 ... ok test tests::ballista_round_trip::q13 ... ok test tests::ballista_round_trip::q12 ... ok test tests::ballista_round_trip::q5 ... ok test tests::ballista_round_trip::q3 ... ok test tests::ballista_round_trip::q6 ... ok test tests::ballista_round_trip::q7 ... ok test tests::ballista_round_trip::q8 ... ok test tests::q1 ... ok test tests::ballista_round_trip::q9 ... ok test tests::q11 ... ok test tests::q12 ... ok test tests::q10 ... ok test tests::q14 ... ok test tests::q13 ... ok test tests::q15 ... ok test tests::q16 ... ok test tests::q17 ... ok test tests::q18 ... ok test tests::q19 ... ok test tests::q2 ... ok test tests::q20 ... ok test tests::q21 ... ok test tests::q22 ... ok test tests::q3 ... ok test tests::q4 ... ok test tests::q5 ... ok test tests::q6 ... ok test tests::q7 ... ok test tests::q8 ... ok test tests::q9 ... ok test tests::run_q1 ... ok test tests::run_q10 ... ok test tests::run_q12 ... ok test tests::run_q13 ... ok test tests::run_q14 ... ok test tests::run_q19 ... ok test tests::run_q3 ... ok test tests::run_q6 ... ok test tests::run_q5 ... ok test tests::run_q7 ... ok test tests::run_q8 ... ok test tests::run_q9 ... ok test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s Running unittests (/github/home/target/release/deps/ballista-65bbceb93df8237f) ``` However, those tests now fail somewhere else (extract), because the arrow test data is not available here: ``` failures: ---- avro_to_arrow::arrow_array_reader::test::test_avro_iterator stdout ---- thread 'avro_to_arrow::arrow_array_reader::test::test_avro_iterator' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', datafusion/src/avro_to_arrow/arrow_array_reader.rs:984:44 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- avro_to_arrow::arrow_array_reader::test::test_avro_read_list stdout ---- thread 'avro_to_arrow::arrow_array_reader::test::test_avro_read_list' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', datafusion/src/avro_to_arrow/arrow_array_reader.rs:984:44 ``` -- 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]
