You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Remi Dettai (Jira)" <ji...@apache.org> on 2020/04/14 17:41:00 UTC

[jira] [Created] (ARROW-8455) [Rust] Parquet Arrow column read on partially compatible files

Remi Dettai created ARROW-8455:
----------------------------------

             Summary: [Rust] Parquet Arrow column read on partially compatible files
                 Key: ARROW-8455
                 URL: https://issues.apache.org/jira/browse/ARROW-8455
             Project: Apache Arrow
          Issue Type: Bug
          Components: Rust
    Affects Versions: 0.15.1
            Reporter: Remi Dettai


Seen behavior: When reading a Parquet file into Arrow with `get_record_reader_by_columns`, it will fail if one of the column of the file is a list (or any other unsupported type).

Expected behavior: it should only fail if you are actually reading the column with unsuported type.



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