You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by li...@apache.org on 2022/10/29 16:05:23 UTC

[incubator-seatunnel] branch dev updated: [Hotfix][Connector-V2-e2e][Spark] Corrected spark version (#3225)

This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new ac712340a [Hotfix][Connector-V2-e2e][Spark] Corrected spark version (#3225)
ac712340a is described below

commit ac712340a9f9681b4981c4abdfca213b19ef2c1a
Author: TyrantLucifer <Ty...@gmail.com>
AuthorDate: Sun Oct 30 00:05:18 2022 +0800

    [Hotfix][Connector-V2-e2e][Spark] Corrected spark version (#3225)
---
 .../java/org/apache/seatunnel/e2e/common/container/TestContainerId.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/seatunnel-e2e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/container/TestContainerId.java b/seatunnel-e2e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/container/TestContainerId.java
index 4097c04b7..91ae0feec 100644
--- a/seatunnel-e2e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/container/TestContainerId.java
+++ b/seatunnel-e2e/seatunnel-e2e-common/src/test/java/org/apache/seatunnel/e2e/common/container/TestContainerId.java
@@ -27,7 +27,7 @@ import lombok.Getter;
 @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"),
     SEATUNNEL(EngineType.SEATUNNEL, "2.2.0");
 
     private final EngineType engineType;