Soroush Radpour created ARROW-8580:
--------------------------------------
Summary: 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
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)