Skip to content

Commit 511d5e2

Browse files
committed
disable lazy pushdown with hugeint test for now
1 parent 737c3ca commit 511d5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fast/arrow/test_polars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def test_polars_column_with_tricky_name(self, duckdb_cursor):
175175
"UBIGINT",
176176
"FLOAT",
177177
"DOUBLE",
178-
"HUGEINT",
178+
# "HUGEINT",
179179
"DECIMAL(4,1)",
180180
"DECIMAL(9,1)",
181181
"DECIMAL(18,4)",

0 commit comments

Comments
 (0)