whhe commented on code in PR #5697:
URL: https://github.com/apache/seatunnel/pull/5697#discussion_r1371303591
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcOceanBaseMysqlIT.java:
##########
@@ -280,6 +278,7 @@ String getFullTableName(String tableName) {
@Override
GenericContainer<?> initContainer() {
return new GenericContainer<>(IMAGE)
+ .withEnv("MODE", "slim")
Review Comment:
The mode `slim` is introduced since 4.2.0.0
https://hub.docker.com/r/oceanbase/oceanbase-ce. For now only the OceanBase
container on this mode can be used on GitHub workflow.
--
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]