We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333b727 commit 3a6e154Copy full SHA for 3a6e154
ibis/backends/tests/test_generic.py
@@ -18,6 +18,7 @@
18
from ibis import _
19
from ibis.backends.tests.errors import (
20
ClickHouseDatabaseError,
21
+ ClickHouseInternalError,
22
ExaQueryError,
23
GoogleBadRequest,
24
ImpalaHiveServer2Error,
@@ -1215,6 +1216,11 @@ def test_isin_uncorrelated_filter(
1215
1216
pytest.mark.notyet(
1217
["athena"], raises=PyAthenaOperationalError, reason="no time type"
1218
),
1219
+ pytest.mark.notyet(
1220
+ ["clickhouse"],
1221
+ raises=ClickHouseInternalError,
1222
+ reason="Nullable(Time) is not supported",
1223
+ ),
1224
],
1225
1226
0 commit comments