xinyiZzz commented on code in PR #30817:
URL: https://github.com/apache/doris/pull/30817#discussion_r1478515659


##########
fe/fe-core/src/main/java/org/apache/doris/persist/OperationType.java:
##########
@@ -340,6 +340,15 @@ public class OperationType {
     // change an auto increment id for a column
     public static final short OP_UPDATE_AUTO_INCREMENT_ID = 437;
 
+    // plsql 440 ~ 450
+    public static final short OP_ADD_PLSQL_STORED_PROCEDURE = 440;
+
+    public static final short OP_DROP_PLSQL_STORED_PROCEDURE = 441;
+
+    public static final short OP_ADD_PLSQL_PACKAGE = 442;
+
+    public static final short OP_DROP_PLSQL_PACKAGE = 443;
+

Review Comment:
   no conflict, but I changed the order to `plsql 471 ~ 479`



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to