yzeng1618 commented on code in PR #9576:
URL: https://github.com/apache/seatunnel/pull/9576#discussion_r2617670582
##########
seatunnel-e2e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/container/TestContainerId.java:
##########
@@ -32,6 +32,7 @@ public enum TestContainerId {
FLINK_1_16(FLINK, "1.16.0", false),
FLINK_1_17(FLINK, "1.17.2", false),
FLINK_1_18(FLINK, "1.18.0", true),
+ FLINK_1_20(FLINK, "1.20.1", true),
Review Comment:
Flink 1.19 is a transitional version, and major changes will be implemented
in Flink 1.20. As for the verification of Flink 1.19, I can submit a new PR for
verification and adaptation.
--
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]