Hisoka-X commented on code in PR #2639:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2639#discussion_r964336209


##########
seatunnel-core/seatunnel-flink-starter/src/main/java/org/apache/seatunnel/core/starter/flink/execution/FlinkExecution.java:
##########
@@ -54,6 +59,17 @@ public FlinkExecution(Config config) {
         this.sourcePluginExecuteProcessor = new 
SourceExecuteProcessor(flinkEnvironment, config.getConfigList("source"));
         this.transformPluginExecuteProcessor = new 
TransformExecuteProcessor(flinkEnvironment, config.getConfigList("transform"));
         this.sinkPluginExecuteProcessor = new 
SinkExecuteProcessor(flinkEnvironment, config.getConfigList("sink"));
+        List<URL> pluginsJarDependencies = 
Common.getPluginsJarDependencies().stream()

Review Comment:
   these code can be extract one method called: `registerPluginsJar`



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

Reply via email to