Omega359 commented on code in PR #9137:
URL: https://github.com/apache/arrow-datafusion/pull/9137#discussion_r1482941989


##########
datafusion/proto/proto/datafusion.proto:
##########
@@ -677,6 +677,7 @@ enum ScalarFunction {
   InStr = 132;
   MakeDate = 133;
   ArrayReverse = 134;
+  RegexpLike = 135;

Review Comment:
   
   It's in there -  RegexpMatch = 21; To not break any existing persisted proto 
files or interactions with code generated from other versions of this file you 
can't renumber these. 



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

Reply via email to