Skip to content

Commit

Permalink
Ignore substrait warning
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Aug 23, 2023
1 parent 8276acc commit 7a18783
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/pyarrow/tests/test_substrait.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ def table_provider(names, schema):
assert res_tb == test_table_1


# TODO GH-37235 Properly handle the following warning:
# "PytestUnraisableExceptionWarning: Exception ignored in:
# 'pyarrow._substrait._create_named_table_provider'"
@pytest.mark.filterwarnings("ignore:Exception ignored")
def test_named_table_invalid_table_name():
test_table_1 = pa.Table.from_pydict({"x": [1, 2, 3]})

Expand Down

0 comments on commit 7a18783

Please sign in to comment.