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 11:54:48 UTC

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

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



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

Review comment:
       This PR in general only handles Scalar UDFs, but it's a good thing you asked because this was actually a relic of a different encoding I was trying first and was left in by accident :). Removed it. 




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