You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2019/12/12 09:04:00 UTC

[jira] [Updated] (ARROW-7080) [Python][Parquet] Expose parquet field_id in Schema objects

     [ https://issues.apache.org/jira/browse/ARROW-7080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joris Van den Bossche updated ARROW-7080:
-----------------------------------------
    Labels: parquet  (was: )

> [Python][Parquet] Expose parquet field_id in Schema objects
> -----------------------------------------------------------
>
>                 Key: ARROW-7080
>                 URL: https://issues.apache.org/jira/browse/ARROW-7080
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Python
>            Reporter: Ted Gooch
>            Priority: Major
>              Labels: parquet
>             Fix For: 1.0.0
>
>
> I'm in the process of adding parquet read support to Iceberg([https://iceberg.apache.org/]), and we use the parquet field_ids as a consistent id when reading a parquet file to create a map between the current schema and the schema of the file being read.  Unless I've missed something, it appears that field_id is not exposed in the python APIs in pyarrow._parquet.ParquetSchema nor is it available in pyarrow.lib.Schema.
> Would it be possible to add this to either of those two objects?



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