Skip to content

Commit

Permalink
Build: Bump ClickHouse Java client to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Jul 16, 2024
1 parent 6141deb commit 37dcdd7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
clickhouse: [ 22.3, 22.8, 23.3, 23.8 ]
clickhouse: [ 22.3, 22.8, 23.3, 23.8, 24.3, 24.6 ]
env:
CLICKHOUSE_IMAGE: clickhouse/clickhouse-server:${{ matrix.clickhouse }}
steps:
Expand Down
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.0 |
| main | Spark 3.3, 3.4, 3.5 | 0.6.2 |
| 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.0
CLICKHOUSE_JDBC_VERSION=0.6.2
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.0 |
| main | Spark 3.3, 3.4, 3.5 | 0.6.2 |
| 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

clickhouse_jdbc_version=0.6.0
clickhouse_jdbc_version=0.6.2

spark_33_version=3.3.4
spark_34_version=3.4.2
Expand Down

0 comments on commit 37dcdd7

Please sign in to comment.