Skip to content

Commit 9583f2d

Browse files
ConradJamitinycheng
ConradJam
authored andcommitted
[fix]: upgrade clickhouse jdbc version to 0.6.4
1 parent 7e34551 commit 9583f2d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

flink-connector-clickhouse-e2e-test/src/test/java/org/apache/flink/connector/clickhouse/FlinkContainerTestEnviroment.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class FlinkContainerTestEnviroment {
6666
public static final Path SQL_CONNECTOR_CLICKHOUSE_JAR =
6767
ResourceTestUtils.getResource("flink-connector-clickhouse-1.0.0-SNAPSHOT.jar");
6868
public static final Path CLICKHOUSE_JDBC_JAR =
69-
ResourceTestUtils.getResource("clickhouse-jdbc-0.6.1.jar");
69+
ResourceTestUtils.getResource("clickhouse-jdbc-0.6.4.jar");
7070
public static final Path HTTPCORE_JAR = ResourceTestUtils.getResource("httpcore5-5.2.jar");
7171
public static final Path HTTPCLIENT_JAR =
7272
ResourceTestUtils.getResource("httpclient5-5.2.1.jar");

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ limitations under the License.
2626
<version>1.1.0</version>
2727
</parent>
2828

29-
<groupId>org.apache.flink</groupId>
3029
<artifactId>flink-connector-clickhouse-parent</artifactId>
3130
<version>1.0.0-SNAPSHOT</version>
3231

@@ -61,7 +60,7 @@ limitations under the License.
6160
<maven.compiler.source>8</maven.compiler.source>
6261
<maven.compiler.target>8</maven.compiler.target>
6362
<junit.version>4.13.2</junit.version>
64-
<clickhouse-jdbc.version>0.6.1</clickhouse-jdbc.version>
63+
<clickhouse-jdbc.version>0.6.4</clickhouse-jdbc.version>
6564
<scala.binary.version>2.12</scala.binary.version>
6665
<flink.version>1.19.0</flink.version>
6766
<flink.scope>provided</flink.scope>

0 commit comments

Comments
 (0)