Skip to content

Commit

Permalink
Build: Upgrade clickhouse-java 0.4.6 (#235)
Browse files Browse the repository at this point in the history
* Build: Upgrade clickhouse-java 0.4.6

* nit
  • Loading branch information
pan3793 committed Jul 14, 2023
1 parent 84501ae commit abeacbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Notes:

| Version | Compatible Spark Versions | ClickHouse JDBC version |
|---------|---------------------------|-------------------------|
| 0.8.0 | Spark 3.3, 3.4 | 0.4.6 |
| 0.7.0 | Spark 3.3, 3.4 | 0.4.5 |
| 0.6.0 | Spark 3.3 | 0.3.2-patch11 |
| 0.5.0 | Spark 3.2, 3.3 | 0.3.2-patch11 |
Expand Down
2 changes: 1 addition & 1 deletion docker/.env-dev
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PROJECT_VERSION=0.7.2-SNAPSHOT

CLICKHOUSE_IMAGE=clickhouse/clickhouse-server:22.3.3.44
AWS_JAVA_SDK_VERSION=1.12.239
CLICKHOUSE_JDBC_VERSION=0.4.5
CLICKHOUSE_JDBC_VERSION=0.4.6
HADOOP_VERSION=3.3.1
HIVE_VERSION=2.3.9
ICEBERG_VERSION=1.1.0
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ For old versions, please refer the compatible matrix.

| Version | Compatible Spark Versions | ClickHouse JDBC version |
|---------|---------------------------|-------------------------|
| 0.8.0 | Spark 3.3, 3.4 | 0.4.6 |
| 0.7.0 | Spark 3.3, 3.4 | 0.4.5 |
| 0.6.0 | Spark 3.3 | 0.3.2-patch11 |
| 0.5.0 | Spark 3.2, 3.3 | 0.3.2-patch11 |
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ systemProp.known_spark_binary_versions=3.3,3.4

group=com.github.housepower

clickhouse_jdbc_version=0.4.5
clickhouse_jdbc_version=0.4.6

spark_33_scala_212_version=2.12.15
spark_34_scala_212_version=2.12.17
Expand Down

0 comments on commit abeacbc

Please sign in to comment.