milesgranger opened a new issue, #14766: URL: https://github.com/apache/arrow/issues/14766
### Describe the bug, including details regarding any error messages, version, and platform. [`test_named_table_invalid_table_name` ](https://github.com/apache/arrow/blob/63f013cdb36d05f6f96a145aff3c6232470f2d02/python/pyarrow/tests/test_substrait.py#L229) generates a `PytestUnraisableExceptionWarning` in the tests. The exception itself is: > Traceback (most recent call last): File "/home/joris/scipy/repos/arrow/python/pyarrow/tests/test_substrait.py", line 238, in table_provider raise Exception("Unrecognized table name") Exception: Unrecognized table name The exception ought to be raised properly instead of 'hidden' as a warning. ### Component(s) Python -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
