You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Andy Grove (Jira)" <ji...@apache.org> on 2019/09/15 16:22:00 UTC

[jira] [Created] (ARROW-6565) [Rust] [DataFusion] Intermittent test failure due to temp dir already existing

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)