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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
