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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]