Skip to content

Commit

Permalink
feat(polars): implement arbitrary
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist committed Mar 29, 2024
1 parent 43a8f50 commit 973c3d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ibis/backends/polars/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ def struct_column(op, **kw):
ops.All: "all",
ops.Any: "any",
ops.ApproxMedian: "median",
ops.Arbitrary: "first",
ops.Count: "count",
ops.CountDistinct: "n_unique",
ops.First: "first",
Expand Down
1 change: 0 additions & 1 deletion ibis/backends/tests/test_aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,6 @@ def test_reduction_ops(
[
"impala",
"mysql",
"polars",
"mssql",
"druid",
"oracle",
Expand Down

0 comments on commit 973c3d3

Please sign in to comment.