Tushar7012 commented on issue #20031: URL: https://github.com/apache/datafusion/issues/20031#issuecomment-3806786031
I'm happy to work on implementing the fix if this analysis looks correct! Could I please be assigned to this issue? I'd like to proceed with the following plan as the immediate fix and add comprehensive test coverage for nested async UDF scenarios. My proposed implementation plan: 1.Modify AsyncMapper::find_references() to stop recursion after finding an async UDF 2.Add defensive error handling in AsyncFuncExpr::invoke_with_args() 3.Create test cases for various nesting scenarios in async_udf.slt 4.Update error messages to be more descriptive Please let me know if you'd prefer a different approach or if there are any concerns with this solution! -- 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]
