NickCodeJourney commented on code in PR #5424:
URL: https://github.com/apache/seatunnel/pull/5424#discussion_r1375707034
##########
seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/exception/JdbcConnectorErrorCode.java:
##########
@@ -27,8 +27,9 @@ public enum JdbcConnectorErrorCode implements
SeaTunnelErrorCode {
CONNECT_DATABASE_FAILED("JDBC-04", "Connector database failed"),
TRANSACTION_OPERATION_FAILED(
"JDBC-05", "transaction operation failed, such as (commit,
rollback) etc.."),
- NO_SUITABLE_DIALECT_FACTORY("JDBC-06", "No suitable dialect factory
found");
-
+ NO_SUITABLE_DIALECT_FACTORY("JDBC-06", "No suitable dialect factory
found"),
+ DONT_SUPPORT_SINK("JDBC-07", "The jdbc type don't support sink"),
+ KERBEROS_AUTHENTICATION_FAILED("JDBC-08", "Kerberos authentication
failed");
Review Comment:
yes
--
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]