alamb opened a new issue, #16525: URL: https://github.com/apache/datafusion/issues/16525
### Is your feature request related to a problem or challenge? @goldmedal added support for Async user defined functions in - https://github.com/apache/datafusion/pull/14837 As @comphead points out, I don't know of any other database engine that supports this, so it would be a great idea to tell the world about it in a blog post ### Describe the solution you'd like The following would make a killer blog post: 1. Overview of async user defined functions and their usecases (calling LLMs, fetching http results, etc) 2. Example of creating an async UDF with datafusion (perhaps calling out to run http requests to fetch wikipedia pages and write results to a parquet file) 4. Description of how it is implemneted (example plan with AsyncFuncExec, etc) ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org