leonardBang commented on code in PR #3508:
URL: https://github.com/apache/flink-cdc/pull/3508#discussion_r1705085823
##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-starrocks/src/test/java/org/apache/flink/cdc/connectors/starrocks/sink/utils/StarRocksContainer.java:
##########
@@ -32,7 +32,7 @@
/** Docker container for StarRocks. */
public class StarRocksContainer extends
JdbcDatabaseContainer<StarRocksContainer> {
- private static final String DOCKER_IMAGE_NAME =
"starrocks/allin1-ubuntu:3.2.6";
+ private static final String DOCKER_IMAGE_NAME =
"starrocks/allin1-ubuntu:2.5.21";
Review Comment:
could you add a note for downgrade the version?
--
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]