Re: [PR] feat: add user defined table function support [datafusion-python]

2025-05-18 Thread via GitHub
timsaucer merged PR #1113: URL: https://github.com/apache/datafusion-python/pull/1113 -- 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: github-unsubscr...

Re: [PR] feat: add user defined table function support [datafusion-python]

2025-05-16 Thread via GitHub
timsaucer commented on code in PR #1113: URL: https://github.com/apache/datafusion-python/pull/1113#discussion_r2093421692 ## python/datafusion/udf.py: ## @@ -760,8 +760,74 @@ def wrapper(*args: Any, **kwargs: Any) -> Expr: return decorator +class TableFunction: +

[PR] feat: add user defined table function support [datafusion-python]

2025-04-26 Thread via GitHub
timsaucer opened a new pull request, #1113: URL: https://github.com/apache/datafusion-python/pull/1113 # Which issue does this PR close? This addresses part of https://github.com/apache/datafusion-python/issues/1017 # Rationale for this change This feature exposes the a

Re: [PR] feat: add user defined table function support [datafusion-python]

2025-04-26 Thread via GitHub
timsaucer commented on PR #1113: URL: https://github.com/apache/datafusion-python/pull/1113#issuecomment-2832532701 I'll mark this ready for review once I've had time to write the associated user documentation page, but the core algorithm work should be ready. -- This is an automated mes