ClickHouse / spark-clickhouse-connector

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

maven repository support spark3.5 #305

Closed royzj closed 3 months ago

royzj commented 3 months ago
    <dependency>
      <groupId>com.github.housepower</groupId>
      <artifactId>clickhouse-spark-runtime-3.4_2.12</artifactId>
      <version>0.7.3</version>
    </dependency>

Whether to support spark3.5 ?

pan3793 commented 3 months ago

Not yet, you can follow the README to build master branch https://github.com/housepower/spark-clickhouse-connector#build