simsicon commented on code in PR #12639:
URL:
https://github.com/apache/dolphinscheduler/pull/12639#discussion_r1013626586
##########
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/constants/DataSourceConstants.java:
##########
@@ -28,7 +28,7 @@ public class DataSourceConstants {
public static final String COM_MYSQL_CJ_JDBC_DRIVER =
"com.mysql.cj.jdbc.Driver";
public static final String COM_MYSQL_JDBC_DRIVER = "com.mysql.jdbc.Driver";
public static final String ORG_APACHE_HIVE_JDBC_HIVE_DRIVER =
"org.apache.hive.jdbc.HiveDriver";
- public static final String COM_CLICKHOUSE_JDBC_DRIVER =
"ru.yandex.clickhouse.ClickHouseDriver";
Review Comment:
yes, `ru.yandex.clickhouse` is deprecated, `com.clickhouse` is the official
successor, please refers to
https://github.com/ClickHouse/clickhouse-jdbc#clickhouse-java-client--jdbc-driver
--
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]