metabase-clickhouse-driver icon indicating copy to clipboard operation
metabase-clickhouse-driver copied to clipboard

Update JDBC Driver

Open jovezhong opened this issue 2 years ago • 2 comments

As stated in https://github.com/ClickHouse/clickhouse-jdbc

Maven groupId ru.yandex.clickhouse and legacy JDBC driver ru.yandex.clickhouse.ClickHouseDriver are deprecated.

Please use new groupId com.clickhouse and driver com.clickhouse.jdbc.ClickHouseDriver instead. It's highly recommended to upgrade to 0.3.2+ and start to integrate the new JDBC driver for improved performance and stability.

It'll be great if this driver can switch to the new JDBC driver. The code change should be small. Thanks.

jovezhong avatar Apr 25 '22 00:04 jovezhong

I would love to upgrade this driver, unfortunately, the JDBC driver is not compatible due to changes in Metadata. I will have to make adjustments for it.

enqueue avatar Apr 25 '22 05:04 enqueue

I would love to upgrade this driver, unfortunately, the JDBC driver is not compatible due to changes in Metadata. I will have to make adjustments for it.

Any detail descriptions of incompatible changes in Metabase?

FesonX avatar May 19 '22 07:05 FesonX