Skip to content

Commit

Permalink
feat(duckdb): enable group_concat test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and kszucs committed May 25, 2022
1 parent 55f12c8 commit 4b9ad6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/tests/test_aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def test_approx_median(alltypes):
)
],
)
@mark.notimpl(["datafusion", "duckdb"])
@mark.notimpl(["datafusion"])
def test_group_concat(alltypes, df, result_fn, expected_fn):
expr = result_fn(alltypes)
result = expr.execute()
Expand Down

0 comments on commit 4b9ad6c

Please sign in to comment.