JasonLeeCoding commented on a change in pull request #16049:
URL: https://github.com/apache/flink/pull/16049#discussion_r643697648



##########
File path: 
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/SqlClient.java
##########
@@ -179,6 +179,8 @@ protected static void startClient(String[] args, 
Supplier<Terminal> terminalFact
         switch (mode) {
             case MODE_EMBEDDED:
                 final CliOptions options = 
CliOptionsParser.parseEmbeddedModeClient(modeArgs);
+                // check arg e.g -i -f
+                checkArgs(args);

Review comment:
       yeah , u are right , This is actually repeated  , I will check it in 
CliOptionsParser 




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


Reply via email to