[ https://issues.apache.org/jira/browse/ARROW-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17662070#comment-17662070 ]
Rok Mihevc commented on ARROW-5048: ----------------------------------- This issue has been migrated to [issue #21542|https://github.com/apache/arrow/issues/21542] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [Release][Rust] arrow-testing is missing in verification script > --------------------------------------------------------------- > > Key: ARROW-5048 > URL: https://issues.apache.org/jira/browse/ARROW-5048 > Project: Apache Arrow > Issue Type: Bug > Components: Packaging, Rust > Reporter: Kouhei Sutou > Assignee: Kouhei Sutou > Priority: Major > Labels: pull-request-available > Fix For: 0.13.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > {noformat} > 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' > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)