Skip to content

Commit 4b9ad6c

Browse files
cpcloudkszucs
authored andcommitted
feat(duckdb): enable group_concat test
1 parent 55f12c8 commit 4b9ad6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibis/backends/tests/test_aggregation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def test_approx_median(alltypes):
359359
)
360360
],
361361
)
362-
@mark.notimpl(["datafusion", "duckdb"])
362+
@mark.notimpl(["datafusion"])
363363
def test_group_concat(alltypes, df, result_fn, expected_fn):
364364
expr = result_fn(alltypes)
365365
result = expr.execute()

0 commit comments

Comments
 (0)