WeiZhong94 commented on a change in pull request #14755:
URL: https://github.com/apache/flink/pull/14755#discussion_r564277842



##########
File path: 
flink-python/src/test/java/org/apache/flink/client/python/PythonEnvUtilsTest.java
##########
@@ -76,10 +79,16 @@ public void testPreparePythonEnvironment() throws 
IOException {
         File relativeFile =
                 new File(tmpDirPath + File.separator + "subdir" + 
File.separator + "b.py");
         File schemeFile =
-                new File(tmpDirPath + File.separator + "subdir" + 
File.separator + "c.zip");
+                new File(tmpDirPath + File.separator + "subdir" + 
File.separator + "c.py");

Review comment:
       We can rename the "c.zip" to "c.egg" so that its expected python path 
would not be the same as "b.py".




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

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


Reply via email to