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/04/02 00:14:57 UTC

[GitHub] [arrow-datafusion] andygrove commented on a change in pull request #2130: Serialize scalar UDFs in physical plan

andygrove commented on a change in pull request #2130:
URL: https://github.com/apache/arrow-datafusion/pull/2130#discussion_r840978674



##########
File path: ballista/rust/core/proto/datafusion.proto
##########
@@ -176,6 +176,7 @@ enum ScalarFunction {
   Translate=60;
   Trim=61;
   Upper=62;
+  UserDefined = 63;

Review comment:
       Does this cover all user-defined code or do we need to specialize for user-defined function vs user-defined aggregate functions?




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