You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2020/01/06 20:57:00 UTC

[jira] [Created] (ARROW-7503) [Rust] Rust builds are failing on master

Neal Richardson created ARROW-7503:
--------------------------------------

             Summary: [Rust] Rust builds are failing on master
                 Key: ARROW-7503
                 URL: https://issues.apache.org/jira/browse/ARROW-7503
             Project: Apache Arrow
          Issue Type: Bug
          Components: Rust
            Reporter: Neal Richardson
             Fix For: 1.0.0


See [https://github.com/apache/arrow/runs/374130594#step:5:1506] for example:

{code}
...
---- schema::types::tests::test_schema_type_thrift_conversion_err stdout ----
thread 'schema::types::tests::test_schema_type_thrift_conversion_err' panicked at 'assertion failed: `(left == right)`
  left: `"description() is deprecated; use Display"`,
 right: `"Root schema must be Group type"`', parquet/src/schema/types.rs:1760:13


failures:
    column::writer::tests::test_column_writer_error_when_writing_disabled_dictionary
    column::writer::tests::test_column_writer_inconsistent_def_rep_length
    column::writer::tests::test_column_writer_invalid_def_levels
    column::writer::tests::test_column_writer_invalid_rep_levels
    column::writer::tests::test_column_writer_not_enough_values_to_write
    file::writer::tests::test_file_writer_error_after_close
    file::writer::tests::test_row_group_writer_error_after_close
    file::writer::tests::test_row_group_writer_error_not_all_columns_written
    file::writer::tests::test_row_group_writer_num_records_mismatch
    schema::types::tests::test_primitive_type
    schema::types::tests::test_schema_type_thrift_conversion_err

test result: FAILED. 325 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out
{code}



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