Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
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:
---- 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
---- 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
Attachments
Issue Links
- links to