Skip to content

Commit

Permalink
fix(datafusion): bring back UDF registration
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Nov 20, 2023
1 parent 669b352 commit 43084fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/backends/datafusion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ def to_pyarrow_batches(
) -> pa.ipc.RecordBatchReader:
pa = self._import_pyarrow()

self._register_udfs(expr)
self._register_in_memory_tables(expr)

sql = self.compile(expr.as_table(), params=params, **kwargs)
Expand Down

0 comments on commit 43084fa

Please sign in to comment.