snuyanzin commented on code in PR #28099:
URL: https://github.com/apache/flink/pull/28099#discussion_r3178618615


##########
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliClient.java:
##########
@@ -317,6 +317,15 @@ private void closeTerminal() {
         }
     }
 
+    private static String newLinePrompt(Terminal terminal) {
+        return new AttributedStringBuilder()
+                
.style(AttributedStyle.DEFAULT.foreground(AttributedStyle.GREEN))
+                .append("Flink SQL")
+                .style(AttributedStyle.DEFAULT)
+                .append("> ")
+                .toAnsi(terminal);
+    }

Review Comment:
   in 3.30 in dumbterminal it was introduced password support 
   so need to work around it https://github.com/jline/jline3/pull/1205



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

Reply via email to