You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/04/20 06:13:21 UTC

[GitHub] [incubator-inlong] kipshi commented on a diff in pull request #3774: [INLONG-3719][Manager] Support data_transformation feature in Inlong

kipshi commented on code in PR #3774:
URL: https://github.com/apache/incubator-inlong/pull/3774#discussion_r853759888


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/ErrorCodeEnum.java:
##########
@@ -23,6 +23,10 @@ public enum ErrorCodeEnum {
     PERMISSION_REQUIRED(2003, "The current user does not have operation authority"),
     AUTHENTICATION_REQUIRED(2004, "Authentication failed"),
 
+    ID_IS_EMPTY(101,"Primary key is empty"),

Review Comment:
   done



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org