Re: [PR] WIP: scalar UDFs with metadata [datafusion-python]

2025-06-13 Thread via GitHub
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

Re: [PR] WIP: scalar UDFs with metadata [datafusion-python]

2025-06-13 Thread via GitHub
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

Re: [PR] WIP: scalar UDFs with metadata [datafusion-python]

2025-05-05 Thread via GitHub
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