Re: [I] [EPIC] More Async User Defined Function work [datafusion]

2025-06-24 Thread via GitHub
goldmedal commented on issue #16520: URL: https://github.com/apache/datafusion/issues/16520#issuecomment-3000487680 I only implemented the function expression in `Projection` and `Filter`. Maybe we can implement for other plans, like the condition of `Join`. Then, we only currently support

Re: [I] [EPIC] More Async User Defined Function work [datafusion]

2025-06-23 Thread via GitHub
alamb commented on issue #16520: URL: https://github.com/apache/datafusion/issues/16520#issuecomment-2997682321 @goldmedal is there any other todo items you can think of for async udfs? -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[I] [EPIC] More Async User Defined Function work [datafusion]

2025-06-23 Thread via GitHub
alamb opened a new issue, #16520: URL: https://github.com/apache/datafusion/issues/16520 In https://github.com/apache/datafusion/issues/6518 and https://github.com/apache/datafusion/pull/14837, @goldmedal introduced async user defined functions. This ticket captures follow on work to impro