TyrantLucifer commented on code in PR #3771:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3771#discussion_r1101606829


##########
seatunnel-common/src/main/java/org/apache/seatunnel/common/exception/CommonErrorCode.java:
##########
@@ -32,7 +32,8 @@ public enum CommonErrorCode implements SeaTunnelErrorCode {
     READER_OPERATION_FAILED("COMMON-12", "Source reader operation failed, such 
as (open, close) etc..."),
     HTTP_OPERATION_FAILED("COMMON-13", "Http operation failed, such as (open, 
close, response) etc..."),
     KERBEROS_AUTHORIZED_FAILED("COMMON-14", "Kerberos authorized failed"),
-    CLASS_NOT_FOUND("COMMON-15", "Class load operation failed");
+    CLASS_NOT_FOUND("COMMON-15", "Class load operation failed"),

Review Comment:
   Update manual document.



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