simsicon opened a new pull request, #12639: URL: https://github.com/apache/dolphinscheduler/pull/12639
## Purpose of the pull request Upgrade clickhouse jdbc driver from the deprecated version 0.1.52 to the recommended latest 0.3.2-patch11 According to [the official announcement ](https://github.com/ClickHouse/clickhouse-jdbc)of clickhouse jdbc driver, `ru.yandex.clickhouse.ClickHouseDriver` is now considered deprecated, It's highly recommended to upgrade to 0.3.2+ now for improved performance and stability. I am also experiencing the problem with the legacy driver, really hope it could be get upgraded. ## Brief change log - Change `ru.yandex.clickhouse.ClickHouseDriver 0.1.52` to `com.clickhouse.jdbc.ClickHouseDriver 0.3.2-patch11` ## Verify this pull request Not sure how to test it, but I have run the build, it looks good to me. -- 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]
