fsk119 commented on code in PR #25754:
URL: https://github.com/apache/flink/pull/25754#discussion_r1904976677
##########
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliStrings.java:
##########
@@ -213,6 +213,8 @@ public AttributedString build() {
public static final String MESSAGE_EXECUTE_STATEMENT = "Execute statement
succeeded.";
+ public static final String MESSAGE_DEPLOY_SCRIPT = "Deploy script in
application mode: ";
Review Comment:
It's better to align the style with other prompt message(we only upper case
the first word), you can take a look at the line above.
The content after the colon is the cluster id, which helps users to find the
deployment
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]