cjj2010 commented on code in PR #4818:
URL: https://github.com/apache/calcite/pull/4818#discussion_r2924203717


##########
core/src/main/java/org/apache/calcite/sql/SqlKind.java:
##########
@@ -1357,7 +1357,10 @@ public enum SqlKind {
    * commands for them. Use OTHER_DDL in the short term, but we are happy to 
add
    * new enum values for your object types. Just ask!
    */
-  OTHER_DDL;
+  OTHER_DDL,
+
+  /** The {@code REGEXP} function. */
+  REGEXP;

Review Comment:
   > I think you can refer to the suggestions in Jira.
   
   I have already modified and resubmitted the code. Can you help me review the 
code again. Thank you



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