fsk119 commented on a change in pull request #16049:
URL: https://github.com/apache/flink/pull/16049#discussion_r643626880
##########
File path:
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/SqlClient.java
##########
@@ -213,6 +215,20 @@ protected static void startClient(String[] args,
Supplier<Terminal> terminalFact
}
}
+ private static void checkArgs(String[] args) {
+ for (String arg : args) {
+ checkFilePath(arg);
Review comment:
Why every arg needs to check path.. Only the values of the optoin `-i`
and `-f` need 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]