Skip to content

Commit ef3dbe6

Browse files
committed
test: fix tests for datafusion and clickhouse
1 parent 29caa32 commit ef3dbe6

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
@@ -813,11 +813,6 @@ def convert_to_offset(x):
813813
raises=PyAthenaOperationalError,
814814
reason="not supported in hive",
815815
),
816-
pytest.mark.notyet(
817-
["datafusion"],
818-
raises=Exception,
819-
reason="pyarrow.lib.ArrowNotImplementedError: Unsupported cast",
820-
),
821816
pytest.mark.notimpl(
822817
["oracle"],
823818
raises=com.OperationNotDefinedError,
@@ -1477,7 +1472,7 @@ def test_date_literal(con, backend):
14771472
"impala": "TIMESTAMP",
14781473
"snowflake": "TIMESTAMP_NTZ",
14791474
"sqlite": "text",
1480-
"trino": "timestamp(3)",
1475+
"trino": "timestamp(0)",
14811476
"athena": "timestamp(3)",
14821477
"duckdb": "TIMESTAMP",
14831478
"postgres": "timestamp without time zone",

0 commit comments

Comments
 (0)