You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by fa...@apache.org on 2022/07/27 02:09:41 UTC

[incubator-seatunnel] branch dev updated: fix wrong comment (#2249)

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

fanjia 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 797adbc52 fix wrong comment (#2249)
797adbc52 is described below

commit 797adbc52eaebb4564a5a98158c7e141a70cd0f3
Author: Xiao Zhao <49...@users.noreply.github.com>
AuthorDate: Wed Jul 27 10:09:37 2022 +0800

    fix wrong comment (#2249)
---
 .../core/starter/spark/command/SparkApiTaskExecuteCommand.java        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/seatunnel-core/seatunnel-spark-starter/src/main/java/org/apache/seatunnel/core/starter/spark/command/SparkApiTaskExecuteCommand.java b/seatunnel-core/seatunnel-spark-starter/src/main/java/org/apache/seatunnel/core/starter/spark/command/SparkApiTaskExecuteCommand.java
index 0bcbb3725..557af2679 100644
--- a/seatunnel-core/seatunnel-spark-starter/src/main/java/org/apache/seatunnel/core/starter/spark/command/SparkApiTaskExecuteCommand.java
+++ b/seatunnel-core/seatunnel-spark-starter/src/main/java/org/apache/seatunnel/core/starter/spark/command/SparkApiTaskExecuteCommand.java
@@ -32,8 +32,8 @@ import org.slf4j.LoggerFactory;
 import java.nio.file.Path;
 
 /**
- * todo: do we need to move these class to a new module? since this may cause version conflict with the old flink version.
- * This command is used to execute the Flink job by SeaTunnel new API.
+ * todo: do we need to move these class to a new module? since this may cause version conflict with the old Spark version.
+ * This command is used to execute the Spark job by SeaTunnel new API.
  */
 public class SparkApiTaskExecuteCommand implements Command<SparkCommandArgs> {