[
https://issues.apache.org/jira/browse/ARROW-12250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Grove updated ARROW-12250:
-------------------------------
Description:
I just pulled latest from master (commit
d95c72f7f8e61b90c935ecb4e64d3e77648ef6d5) and updated submodules, then ran
`cargo clean` followed by `cargo test`.
One test fails (sometimes). It can fail in multiple ways:
{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}
{code:java}
---- arrow::arrow_writer::tests::fixed_size_binary_single_column stdout ----
thread 'arrow::arrow_writer::tests::fixed_size_binary_single_column' panicked
at 'Unable to get batch: ParquetError("Parquet error: underlying Thrift error:
end of file")', parquet/src/arrow/arrow_writer.rs:927:14
{code}
was:
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}
> [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
> Priority: Major
> 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 (sometimes). It can fail in multiple ways:
> {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}
> {code:java}
> ---- arrow::arrow_writer::tests::fixed_size_binary_single_column stdout ----
> thread 'arrow::arrow_writer::tests::fixed_size_binary_single_column' panicked
> at 'Unable to get batch: ParquetError("Parquet error: underlying Thrift
> error: end of file")', parquet/src/arrow/arrow_writer.rs:927:14
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)