You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andy Grove (Jira)" <ji...@apache.org> on 2021/04/07 13:02:00 UTC

[jira] [Created] (ARROW-12250) [Rust] Failing test arrow::arrow_writer::tests::fixed_size_binary_single_column

Andy Grove created ARROW-12250:
----------------------------------

             Summary: [Rust] Failing test arrow::arrow_writer::tests::fixed_size_binary_single_column
                 Key: ARROW-12250
                 URL: https://issues.apache.org/jira/browse/ARROW-12250
             Project: Apache Arrow
          Issue Type: Bug
          Components: Rust
            Reporter: Andy Grove
             Fix For: 4.0.0


I just pulled latest from master (commit d95c72f7f8e61b90c935ecb4e64d3e77648ef6d5) and updated submodules, then ran `cargo clean` followed by `cargo test`.

One test fails:
{code:java}
---- arrow::arrow_writer::tests::fixed_size_binary_single_column stdout ----
thread 'arrow::arrow_writer::tests::fixed_size_binary_single_column' panicked at 'called `Result::unwrap()` on an `Err` value: General("Could not parse metadata: protocol error")', parquet/src/arrow/arrow_writer.rs:920:54
 {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)