[
https://issues.apache.org/jira/browse/ARROW-7762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-7762.
---------------------------------
Fix Version/s: 1.0.0
Resolution: Fixed
Issue resolved by pull request 6352
[https://github.com/apache/arrow/pull/6352]
> [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
> Fix For: 1.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)