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

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

Joris Van den Bossche created ARROW-7762:
--------------------------------------------

             Summary: [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


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)