gstvg commented on issue #22091: URL: https://github.com/apache/datafusion/issues/22091#issuecomment-4415649417
> I'm against the first option as I don't wanna add overhead of async for not very common case of async Udf let alone async Udf inside lambda Thats true. I don't like any of those options actually, the second is blocking and don't work on WASM, and the last option make the API strange. PR disallowing async functions in lambda opened at #22097 -- 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]
