Jefffrey commented on issue #18149: URL: https://github.com/apache/datafusion/issues/18149#issuecomment-3417896842
So there's two parts here to consider: 1. The way async udf rewrite for aggregate input is incorrect, so we can look into fixing it (or have a wider conversation about refactoring this rewrite process) -> could be sufficient to close this issue 2. Concern over `with_new_expressions()` itself as it seems to allow putting us into an invalid state; as far as I can tell we only use it for async rewrite right now, but it is exposed for users to use -- 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]
