You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/09/07 20:55:33 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #7453: UDFs are no longer executed in a thread

alamb commented on issue #7453:
URL: https://github.com/apache/arrow-datafusion/issues/7453#issuecomment-1710759973

   hi @orf  -- I am not sure that DataFusion guarantees that udfs will be running in a separate thread or that they can do blocking operations without stopping DataFusion
   
   
   What is your blocking udf doing? Is it doing network operations or something where having `async` udfs (like in  https://github.com/apache/arrow-datafusion/issues/6518 ) would help?
   
   


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org