milesgranger commented on code in PR #14729:
URL: https://github.com/apache/arrow/pull/14729#discussion_r1034629424
##########
python/pyarrow/tests/test_substrait.py:
##########
@@ -223,7 +224,11 @@ def table_provider(names):
assert res_tb == test_table_1
[email protected]("ignore::pytest.PytestUnraisableExceptionWarning")
def test_named_table_invalid_table_name():
+ # Warning generated from pyx which is unable to be propagated to caller
+ # ref: https://docs.pytest.org/en/6.2.x/usage.html#warning-about
+ # -unraisable-exceptions-and-unhandled-thread-exceptions
Review Comment:
https://github.com/apache/arrow/issues/14766
##########
python/pyarrow/tests/test_substrait.py:
##########
@@ -223,7 +224,11 @@ def table_provider(names):
assert res_tb == test_table_1
[email protected]("ignore::pytest.PytestUnraisableExceptionWarning")
def test_named_table_invalid_table_name():
+ # Warning generated from pyx which is unable to be propagated to caller
+ # ref: https://docs.pytest.org/en/6.2.x/usage.html#warning-about
+ # -unraisable-exceptions-and-unhandled-thread-exceptions
Review Comment:
- https://github.com/apache/arrow/issues/14766
--
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]