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/08/02 07:36:10 UTC

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #2301: [ST-Engine] Add Submit Job From Client To Server

EricJoy2048 commented on code in PR #2301:
URL: https://github.com/apache/incubator-seatunnel/pull/2301#discussion_r935215082


##########
seatunnel-engine/seatunnel-engine-client/src/main/java/org/apache/seatunnel/engine/client/ConnectorInstanceLoader.java:
##########
@@ -31,16 +31,24 @@
 
 import org.apache.seatunnel.shade.com.typesafe.config.Config;
 
+import com.google.common.collect.Lists;
+import org.apache.commons.lang3.tuple.ImmutablePair;
+
+import java.net.URL;
+import java.util.List;
+
 import scala.Serializable;
 

Review Comment:
   done



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