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

[jira] [Updated] (ARROW-8580) Pyarrow exceptions are not helpful

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

Soroush Radpour updated ARROW-8580:
-----------------------------------
    Description: 
I'm trying to understand an exception in the code using pyarrow, and it is not very helpful.

File "pyarrow/_parquet.pyx", line 1036, in pyarrow._parquet.ParquetReader.open
 File "pyarrow/error.pxi", line 99, in pyarrow.lib.check_status
 OSError: IOError: b'Service Unavailable'. Detail: Python exception: RuntimeError
  
  It would be great if each of the three exceptions was unwrapped with full stack trace and error messages that came with it.

  was:
I'm trying to understand an exception in the code using pyarrow, and it is not very helpful.
 {{  File "pyarrow/_parquet.pyx", line 1036, in pyarrow._parquet.ParquetReader.open
  File "pyarrow/error.pxi", line 99, in pyarrow.lib.check_status
OSError: IOError: b'Service Unavailable'. Detail: Python exception: RuntimeError}}
 
 It would be great if each of the three exceptions was unwrapped with full stack trace and error messages that came with it. 


> Pyarrow exceptions are not helpful
> ----------------------------------
>
>                 Key: ARROW-8580
>                 URL: https://issues.apache.org/jira/browse/ARROW-8580
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Soroush Radpour
>            Priority: Major
>
> I'm trying to understand an exception in the code using pyarrow, and it is not very helpful.
> File "pyarrow/_parquet.pyx", line 1036, in pyarrow._parquet.ParquetReader.open
>  File "pyarrow/error.pxi", line 99, in pyarrow.lib.check_status
>  OSError: IOError: b'Service Unavailable'. Detail: Python exception: RuntimeError
>   
>   It would be great if each of the three exceptions was unwrapped with full stack trace and error messages that came with it.



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