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 2020/09/03 06:46:53 UTC

[GitHub] [arrow] jorgecarleitao commented on pull request #8032: ARROW-9836: [Rust][DataFusion] Improve API for usage of UDFs

jorgecarleitao commented on pull request #8032:
URL: https://github.com/apache/arrow/pull/8032#issuecomment-686291058


   After a long digression through the realm of built-ins, this has now been simplified and rebased against master.
   
   @andygrove and @alamb , ready for a re-review.
   
   Again, the core goal here is to allow users to use UDFs without having to worry about their return type.
   
   I've incorporated all points from @alamb and @andygrove so far:
   * `Registry` is now a trait
   * `Arc` is used consistently
   * built-ins continue to be available without access to the registry


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org