milesgranger commented on code in PR #14729:
URL: https://github.com/apache/arrow/pull/14729#discussion_r1034617019


##########
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:
   That seems prudent. I'll make an issue for it separately, and have removed 
this filter in 
https://github.com/apache/arrow/pull/14729/commits/20b1a30622ecf722783c1f0485d5f37c110a8deb



-- 
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]

Reply via email to