Skip to content

Commit 9b49688

Browse files
committed
test: fix tests for datafusion and clickhouse
1 parent c338b42 commit 9b49688

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

ibis/backends/tests/test_generic.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,9 +1783,6 @@ def test_cast(con, from_type, to_type, from_val, expected):
17831783
pytest.mark.notimpl(
17841784
["polars"], reason="casts to 1672531200000000000 (nanoseconds)"
17851785
),
1786-
pytest.mark.notimpl(
1787-
["datafusion"], reason="casts to 1672531200000000 (microseconds)"
1788-
),
17891786
pytest.mark.notimpl(["mysql"], reason="returns 20230101000000"),
17901787
pytest.mark.notyet(["mssql"], raises=PyODBCDataError),
17911788
],

ibis/backends/tests/test_temporal.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -811,11 +811,6 @@ def convert_to_offset(x):
811811
raises=PyAthenaOperationalError,
812812
reason="not supported in hive",
813813
),
814-
pytest.mark.notyet(
815-
["datafusion"],
816-
raises=Exception,
817-
reason="pyarrow.lib.ArrowNotImplementedError: Unsupported cast",
818-
),
819814
pytest.mark.notimpl(
820815
["oracle"],
821816
raises=com.OperationNotDefinedError,
@@ -1475,7 +1470,7 @@ def test_date_literal(con, backend):
14751470
"impala": "TIMESTAMP",
14761471
"snowflake": "TIMESTAMP_NTZ",
14771472
"sqlite": "text",
1478-
"trino": "timestamp(3)",
1473+
"trino": "timestamp(0)",
14791474
"athena": "timestamp(3)",
14801475
"duckdb": "TIMESTAMP",
14811476
"postgres": "timestamp without time zone",

0 commit comments

Comments
 (0)