Andy Grove created ARROW-6565:
---------------------------------
Summary: [Rust] [DataFusion] Intermittent test failure due to temp
dir already existing
Key: ARROW-6565
URL: https://issues.apache.org/jira/browse/ARROW-6565
Project: Apache Arrow
Issue Type: Bug
Components: Rust, Rust - DataFusion
Affects Versions: 0.15.0
Reporter: Andy Grove
Assignee: Andy Grove
Fix For: 0.15.0
Brittle code when creating temp files causing this error
{code:java}
---- execution::physical_plan::projection::tests::project_first_column stdout
----
thread 'execution::physical_plan::projection::tests::project_first_column'
panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 17, kind:
AlreadyExists, message: "File exists" }', src/libcore/result.rs:1084:5
{code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)