timsaucer closed pull request #1110: WIP: scalar UDFs with metadata
URL: https://github.com/apache/datafusion-python/pull/1110
--
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.
T
timsaucer commented on PR #1110:
URL:
https://github.com/apache/datafusion-python/pull/1110#issuecomment-2971126021
Superseded by https://github.com/apache/datafusion-python/pull/1145
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
kylebarron commented on code in PR #1110:
URL:
https://github.com/apache/datafusion-python/pull/1110#discussion_r2074464751
##
python/datafusion/user_defined.py:
##
@@ -77,6 +77,15 @@ def __str__(self) -> str:
return self.name.lower()
+class ScalarUDFExportable(Pro
timsaucer opened a new pull request, #1110:
URL: https://github.com/apache/datafusion-python/pull/1110
# Which issue does this PR close?
Closes #.
# Rationale for this change
# What changes are included in this PR?
# Are there any user-facing chang