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/06/01 18:15:36 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #6518: Async UDF

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

   I agree there is currently no good way to make a scalar function async. 
   
   You could potentially use a table provider and write to your function like `INSERT INTO your_table SELECT ...` 🤔 
   
   That might not work for your usecase however


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