WenDing-Y commented on code in PR #49:
URL:
https://github.com/apache/flink-connector-jdbc/pull/49#discussion_r1210380038
##########
flink-connector-jdbc/pom.xml:
##########
@@ -194,6 +194,22 @@ under the License.
<scope>test</scope>
</dependency>
+ <!-- clickhouse tests -->
+ <dependency>
+ <groupId>com.clickhouse</groupId>
+ <artifactId>clickhouse-jdbc</artifactId>
+ <version>0.4.6</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.testcontainers</groupId>
+ <artifactId>clickhouse</artifactId>
+ <version>1.18.1</version>
Review Comment:
The testcontainer in the parent pom corresponds to
ru.yandex.clickhouse.ClickHouseDriver, but this driver has stopped maintenance,
so I have declared a new version of the image here, corresponding to the driver
com.clickhouse.jdbc.ClickHouseDriver
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]