Skip to content

Commit

Permalink
feat(pyspark): enable topk
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Nov 21, 2022
1 parent d44903f commit 0f748e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibis/backends/tests/test_aggregation.py
Expand Up @@ -694,7 +694,6 @@ def test_group_concat(
],
)
@mark.notimpl(["pandas", "dask"])
@pytest.mark.notyet(["pyspark"])
def test_topk_op(alltypes, df, result_fn, expected_fn):
# TopK expression will order rows by "count" but each backend
# can have different result for that.
Expand Down

0 comments on commit 0f748e0

Please sign in to comment.