Andy Grove created ARROW-9846:
---------------------------------
Summary: [Rust] Master branch broken build
Key: ARROW-9846
URL: https://issues.apache.org/jira/browse/ARROW-9846
Project: Apache Arrow
Issue Type: Bug
Components: Rust
Reporter: Andy Grove
Assignee: Andy Grove
Fix For: 2.0.0
A recent merged PR broke the build.
{code:java}
---- ipc::reader::tests::read_generated_files stdout ----
thread 'ipc::reader::tests::read_generated_files' panicked at 'called
`Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message:
"No such file or directory" }', arrow/src/ipc/reader.rs:883:24----
ipc::writer::tests::read_and_rewrite_generated_files stdout ----
thread 'ipc::writer::tests::read_and_rewrite_generated_files' panicked at
'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound,
message: "No such file or directory" }', arrow/src/ipc/writer.rs:534:24----
ipc::writer::tests::read_and_rewrite_generated_streams stdout ----
thread 'ipc::writer::tests::read_and_rewrite_generated_streams' panicked at
'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound,
message: "No such file or directory" }', arrow/src/ipc/writer.rs:577:24----
ipc::reader::tests::read_generated_streams stdout ----
thread 'ipc::reader::tests::read_generated_streams' panicked at 'called
`Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message:
"No such file or directory" }', arrow/src/ipc/reader.rs:911:24
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)