You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/10/29 15:52:21 UTC

[GitHub] [incubator-seatunnel] ashulin commented on a diff in pull request #3225: [Hotfix][Connector-V2-e2e][Spark] Corrected spark version

ashulin commented on code in PR #3225:
URL: https://github.com/apache/incubator-seatunnel/pull/3225#discussion_r1008721356


##########
seatunnel-e2e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/container/TestContainerId.java:
##########
@@ -27,7 +27,7 @@
 @Getter
 public enum TestContainerId {
     FLINK_1_13(FLINK, "1.13.6"),
-    SPARK_2_4(SPARK, "2.4.3"),
+    SPARK_2_4(SPARK, "2.4.6"),

Review Comment:
   the spark docker's image version number is already 2.4.6



-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org