jayzhan211 commented on code in PR #9113:
URL: https://github.com/apache/arrow-datafusion/pull/9113#discussion_r1482309877
##########
datafusion/proto/proto/datafusion.proto:
##########
@@ -641,7 +641,7 @@ enum ScalarFunction {
ArrayPrepend = 94;
ArrayRemove = 95;
ArrayReplace = 96;
- ArrayToString = 97;
+ // 97 was ArrayToString
Review Comment:
This should be removed because this is proto for ScalarFunction.
But it seems we need to implement another version for UDF?
--
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]