Skip to content

Commit c545825

Browse files
committed
test(snowflake,bigquery,databricks): xfail test for pyarrow decimal memtable construction with ints
1 parent 9446ab6 commit c545825

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

ibis/backends/tests/test_numeric.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,15 @@ def test_scalar_round_is_integer(con):
15511551
[1, 2, 3],
15521552
marks=[
15531553
pytest.mark.notyet(
1554-
["duckdb", "clickhouse", "datafusion"], raises=pa.ArrowInvalid
1554+
[
1555+
"duckdb",
1556+
"clickhouse",
1557+
"datafusion",
1558+
"snowflake",
1559+
"databricks",
1560+
"bigquery",
1561+
],
1562+
raises=pa.ArrowInvalid,
15551563
),
15561564
pytest.mark.notyet(
15571565
["pyspark"],

0 commit comments

Comments
 (0)