You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/27 12:58:07 UTC

[GitHub] [arrow-datafusion] Igosuki commented on issue #1882: UDF/UDAF plugin

Igosuki commented on issue #1882:
URL: https://github.com/apache/arrow-datafusion/issues/1882#issuecomment-1053548340


   Hi, really cool stuff. I use dtolnay/inventory on my project, but it has a known issue where one cannot guarantee that symbols won't get mangled from statically compiled code by llvm. Stuff got stirred and the core team reacted https://github.com/rust-lang/rust/issues/47384 but it's not solved yet. 
   Can we guarantee here that statically compiled plugins won't end up forgotten in binaries ?
   
   Secondly, I think it'd be cool to implement your interface in datafusion python so that people can use a python function as a UDAF like it's done in pyspark https://spark.apache.org/docs/2.4.0/sql-pyspark-pandas-with-arrow.html#pandas-udfs-aka-vectorized-udfs


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