edmondop commented on issue #6518:
URL: https://github.com/apache/datafusion/issues/6518#issuecomment-2585357745

   I read the code in the PR it totally makes sense: there is an optimizer that 
intercepts async udf and create a separate physical node for their execution. 
   
   In the past I brainstormed about the implications of adding asynchronous 
UDFs on aspects such as RecordBatch size, etc (i.e. one could send a larger 
RecordBatch into the UDF that will emit smaller RecordBatches due to latency of 
the remote system, for example). 
   
   Will move the conversation to that repo maybe
   
   
   
   
   


-- 
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

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

Reply via email to