[
https://issues.apache.org/jira/browse/ARROW-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou updated ARROW-5048:
--------------------------------
Description:
{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}
> [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
>
> {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
(v7.6.3#76005)