Skip to content

Commit 918f75f

Browse files
zblzcpcloud
authored andcommitted
chore(tests): add reason for marking clickhouse as notyet for test_asof_join
1 parent 3fc9b64 commit 918f75f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ibis/backends/tests/test_asof_join.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,12 @@ def time_keyed_right(time_keyed_df2):
8282
@pytest.mark.parametrize(
8383
("direction", "op"), [("backward", operator.ge), ("forward", operator.le)]
8484
)
85+
@pytest.mark.notyet(
86+
"clickhouse",
87+
reason="does not support asof joins that do not also have an equality predicate on the join.",
88+
)
8589
@pytest.mark.notyet(
8690
[
87-
"clickhouse",
8891
"datafusion",
8992
"trino",
9093
"mysql",

0 commit comments

Comments
 (0)