Skip to content

Commit d357c42

Browse files
committed
chore: mark notimpl risingwave
1 parent 5d23682 commit d357c42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ibis/backends/tests/test_aggregation.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,11 @@ def test_first_last_ordered(alltypes, method, filtered, include_null):
667667
["polars"],
668668
raises=com.OperationNotDefinedError,
669669
)
670+
@pytest.mark.notimpl(
671+
["risingwave"],
672+
raises=PsycoPg2InternalError,
673+
reason="Feature is not yet implemented:",
674+
)
670675
@pytest.mark.parametrize("method", ["first", "last"])
671676
def test_first_last_ordered_in_mutate(alltypes, method):
672677
# a test of a last and first inside a mutate operation is required because mutate

0 commit comments

Comments
 (0)