Skip to content

Commit

Permalink
Bump ClickHouse Java client to 0.6.3 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzitnik authored Jul 21, 2024
1 parent 342fdbb commit b90e6e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Notes:

| Version | Compatible Spark Versions | ClickHouse JDBC version |
|---------|---------------------------|-------------------------|
| main | Spark 3.3, 3.4, 3.5 | 0.6.2 |
| main | Spark 3.3, 3.4, 3.5 | 0.6.3 |
| 0.7.3 | Spark 3.3, 3.4 | 0.4.6 |
| 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.8.0-SNAPSHOT

CLICKHOUSE_IMAGE=clickhouse/clickhouse-server:23.8
AWS_JAVA_SDK_VERSION=1.12.367
CLICKHOUSE_JDBC_VERSION=0.6.2
CLICKHOUSE_JDBC_VERSION=0.6.3
HADOOP_VERSION=3.3.6
HIVE_VERSION=2.3.9
ICEBERG_VERSION=1.4.3
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For old versions, please refer the compatible matrix.

| Version | Compatible Spark Versions | ClickHouse JDBC version |
|---------|---------------------------|-------------------------|
| main | Spark 3.3, 3.4, 3.5 | 0.6.2 |
| main | Spark 3.3, 3.4, 3.5 | 0.6.3 |
| 0.7.3 | Spark 3.3, 3.4 | 0.4.6 |
| 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,3.5

group=com.clickhouse.spark

clickhouse_jdbc_version=0.6.2
clickhouse_jdbc_version=0.6.3

spark_33_version=3.3.4
spark_34_version=3.4.2
Expand Down

0 comments on commit b90e6e4

Please sign in to comment.