ClickHouse / spark-clickhouse-connector

Spark ClickHouse Connector build on DataSourceV2 API
https://clickhouse.com/docs/en/integrations/apache-spark
Apache License 2.0
187 stars 66 forks source link

Migrate connector to use client-v2 API #370

Open mzitnik opened 1 week ago

mzitnik commented 1 week ago

ClickHouse has recently refactored and changed the low-level Java Client API.

Since Client v1 will decommission and be removed from clickhouse-java. We must update the connector to use the client v2 API.