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/07/26 02:09:53 UTC

[GitHub] [incubator-seatunnel] CalvinKirs commented on a diff in pull request #2268: [Feature][transform]flink transform support multi split

CalvinKirs commented on code in PR #2268:
URL: https://github.com/apache/incubator-seatunnel/pull/2268#discussion_r929461472


##########
seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-split/src/main/java/org/apache/seatunnel/flink/transform/Split.java:
##########
@@ -94,6 +97,9 @@ public void prepare(FlinkEnvironment prepareEnv) {
         if (config.hasPath(SEPARATOR)) {
             separator = config.getString(SEPARATOR);
         }
+        if (config.hasPath(NAME)) {
+            name = config.getString(NAME);
+        }

Review Comment:
   This is not referenced



-- 
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