itinycheng / flink-connector-clickhouse

Flink SQL connector for ClickHouse. Support ClickHouseCatalog and read/write primary data, maps, arrays to clickhouse.
Apache License 2.0
346 stars 148 forks source link

Support ClickHouse JDBC 0.6.0 #105

Closed czy006 closed 3 weeks ago

czy006 commented 8 months ago

Clickhouse JDBC Now Use 0.3.1 , This is a very old version. Many functions and APIs have been changed. We need to follow up in time.

Now that clickhouse jdbc version 0.6.0 has been released, we decided to adopt this version

czy006 commented 8 months ago

ClickHouseValueFormatter in 0.4.0 is Remove,use ClickHouseObjectValue replace it https://github.com/ClickHouse/clickhouse-java/issues/608