Michael-J-Ward opened a new pull request, #906:
URL: https://github.com/apache/datafusion-python/pull/906
# Rationale for this change
`make_scalar_function` has been [deprecated since v36][0]. It is being
removed from the public api [in v43][1].
[0]: https://github.com/apache/datafusion/pull/8878
[1]: https://github.com/apache/datafusion/pull/12505
# What changes are included in this PR?
`datafusion` already provides utilities for converting `ColumnarValue` to
and from `ArrayRef`, so I simply used those to convert the input and output
into what `ScalarUDF` requires.
# Are there any user-facing changes?
No.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]