dianfu commented on a change in pull request #11448: 
[FLINK-16666][python][table] Support new Python dependency configuration 
options in flink-table.
URL: https://github.com/apache/flink/pull/11448#discussion_r404646634
 
 

 ##########
 File path: 
flink-python/src/main/java/org/apache/flink/client/python/PythonDriver.java
 ##########
 @@ -39,14 +46,6 @@
        private static final Logger LOG = 
LoggerFactory.getLogger(PythonDriver.class);
 
        public static void main(String[] args) {
-               // the python job needs at least 2 args.
-               // e.g. py a.py ...
-               // e.g. pym a.b -pyfs a.zip ...
-               if (args.length < 2) {
 
 Review comment:
   Why remove this check?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to