fsk119 commented on a change in pull request #15585:
URL: https://github.com/apache/flink/pull/15585#discussion_r615553121
##########
File path:
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliStrings.java
##########
@@ -179,6 +179,10 @@ private CliStrings() {
public static final String MESSAGE_SQL_EXECUTION_ERROR = "Could not
execute SQL statement.";
+ public static final String MESSAGE_SQL_PARSE_ERROR = "Could not parse SQL
statement.";
+
+ public static final String MESSAGE_SQL_UNDIFINE_ERROR = "Unknown Error";
Review comment:
Remove this.
--
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]