fsaintjacques commented on pull request #7180: URL: https://github.com/apache/arrow/pull/7180#issuecomment-630985072
I don't get a segault for the test you added, just a wrong exception being throw. ```python > raise IOError(errno, message) E FileNotFoundError: [Errno 2] Failed to open local file '/tmp/pytest-of-fsaintjacques/pytest-44/test_parquet_dataset_factory_i0/test_parquet_dataset/43bd0bd1002048e0b9bbc730f7614d18.parquet'. Detail: [errno 2] No such file or directory pyarrow/error.pxi:98: FileNotFoundError ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
