We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf54f1 commit 01a15f1Copy full SHA for 01a15f1
1 file changed
python/tests/test_dataframe.py
@@ -306,6 +306,7 @@ def test_unnest_without_nulls(nested_df):
306
assert result.column(1) == pa.array([7, 8, 8, 9, 9, 9])
307
308
309
+@pytest.mark.filterwarnings("ignore:`join_keys`:DeprecationWarning")
310
def test_join():
311
ctx = SessionContext()
312
0 commit comments