BenJFan commented on issue #1418: URL: https://github.com/apache/incubator-seatunnel/issues/1418#issuecomment-1068667933
> > @ZhangchengHu0923 Which clickhouse driver version did you used? I used https://mvnrepository.com/artifact/com.clickhouse/clickhouse-jdbc/0.3.2 worked fine. Note that `ru.yandex.clickhouse.ClickHouseDriver` will be removed, should use `com.clickhouse.jdbc.ClickHouseDriver`. But this version `ru.yandex.clickhouse.ClickHouseDriver` also work fine. > > @BenJFan thx for ur reply. I used clickhouse-jdbc-0.2.6.jar ru.yandex.clickhouse.ClickHouseDriver Maybe update your jdbc version could be good choice. -- 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]
