Skip to content

Commit 1a5587c

Browse files
committed
Suppress expected warning
1 parent 44529d9 commit 1a5587c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/tests/test_sql.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ def test_register_parquet(ctx, tmp_path):
157157
assert result.to_pydict() == {"cnt": [100]}
158158

159159

160+
@pytest.mark.filterwarnings(
161+
"ignore:using literals for table_partition_cols data types:DeprecationWarning"
162+
)
160163
@pytest.mark.parametrize(
161164
("path_to_str", "legacy_data_type"), [(True, False), (False, False), (False, True)]
162165
)

0 commit comments

Comments
 (0)