Skip to content

Commit

Permalink
test(snowflake,bigquery,databricks): xfail test for pyarrow decimal m…
Browse files Browse the repository at this point in the history
…emtable construction with ints
  • Loading branch information
cpcloud committed Nov 14, 2024
1 parent 9446ab6 commit c545825
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ibis/backends/tests/test_numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,15 @@ def test_scalar_round_is_integer(con):
[1, 2, 3],
marks=[
pytest.mark.notyet(
["duckdb", "clickhouse", "datafusion"], raises=pa.ArrowInvalid
[
"duckdb",
"clickhouse",
"datafusion",
"snowflake",
"databricks",
"bigquery",
],
raises=pa.ArrowInvalid,
),
pytest.mark.notyet(
["pyspark"],
Expand Down

0 comments on commit c545825

Please sign in to comment.