Skip to content

Commit 01a15f1

Browse files
committed
Suppress deprecation warning
1 parent fbf54f1 commit 01a15f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/tests/test_dataframe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ def test_unnest_without_nulls(nested_df):
306306
assert result.column(1) == pa.array([7, 8, 8, 9, 9, 9])
307307

308308

309+
@pytest.mark.filterwarnings("ignore:`join_keys`:DeprecationWarning")
309310
def test_join():
310311
ctx = SessionContext()
311312

0 commit comments

Comments
 (0)