Skip to content

Commit

Permalink
test(datafusion): execute udf
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 26, 2023
1 parent ffafae4 commit 9c58b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/datafusion/tests/test_udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ def test_builtin_agg_udf_filtered(con):
def median(a: float, where: bool = True) -> float:
"""Median of a column."""

median(con.tables.batting.G)
median(con.tables.batting.G).execute()

0 comments on commit 9c58b29

Please sign in to comment.