alamb commented on issue #11413:
URL: https://github.com/apache/datafusion/issues/11413#issuecomment-2249077973

   > To clarify, the arrow-udf _project_ provides several things. (I just tried 
to explain it here 
[risingwavelabs/arrow-udf#55](https://github.com/risingwavelabs/arrow-udf/pull/55))
 For DataFusion, we are mainly interested in the `#[function]` macro (in the 
`arrow-udf` _crate_), right?
   
   the `#[function]` macro seemed the obvious thing that would be easiest to 
apply to DataFusion. The rest of the system (for loading user defined functions 
at runtime with WASM and a function registry) might be interesting, but 
DataFusion already has similar features already, so switching would likely be a 
large API change for users for unclear benfits at the moment


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