qinf commented on code in PR #23219:
URL: https://github.com/apache/flink/pull/23219#discussion_r1303713170


##########
flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java:
##########
@@ -156,9 +158,9 @@ public class YarnClusterDescriptor implements 
ClusterDescriptor<ApplicationId> {
     private final boolean sharedYarnClient;
 
     /** Lazily initialized list of files to ship. */
-    private final List<File> shipFiles = new LinkedList<>();
+    private final List<Path> shipFiles = new LinkedList<>();
 
-    private final List<File> shipArchives = new LinkedList<>();
+    private final List<Path> shipArchives = new LinkedList<>();

Review Comment:
   @1996fanrui updated.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to