gong commented on code in PR #4882:
URL: https://github.com/apache/inlong/pull/4882#discussion_r934347173
##########
inlong-sort/sort-connectors/jdbc/src/main/java/org/apache/inlong/sort/jdbc/table/JdbcDialects.java:
##########
@@ -44,6 +45,7 @@ public final class JdbcDialects {
DIALECTS.add(new TDSQLPostgresDialect());
DIALECTS.add(new SqlServerDialect());
DIALECTS.add(new OracleDialect());
+ DIALECTS.add(new ClickHouseDialect());
Review Comment:
> If it is not added to the list, the unit test will be abnormal here

UT error reason is
https://github.com/apache/inlong/pull/4882#discussion_r934339275.
--
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]