You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/02/04 15:18:00 UTC

[jira] [Updated] (ARROW-7762) [Python] Exceptions in ParquetWriter get ignored

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

ASF GitHub Bot updated ARROW-7762:
----------------------------------
    Labels: parquet pull-request-available  (was: parquet)

> [Python] Exceptions in ParquetWriter get ignored
> ------------------------------------------------
>
>                 Key: ARROW-7762
>                 URL: https://issues.apache.org/jira/browse/ARROW-7762
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Joris Van den Bossche
>            Assignee: Joris Van den Bossche
>            Priority: Major
>              Labels: parquet, pull-request-available
>
> For example:
> {code:python}
> In [43]: table = pa.table({'a': [1, 2, 3]}) 
> In [44]: pq.write_table(table, "test.parquet", version="2.2")                                                                                                                                                      
> ---------------------------------------------------------------------------
> ArrowException                            Traceback (most recent call last)
> ArrowException: Unsupported Parquet format version
> Exception ignored in: 'pyarrow._parquet.ParquetWriter._set_version'
> pyarrow.lib.ArrowException: Unsupported Parquet format version
> {code}



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