fsk119 commented on a change in pull request #15366:
URL: https://github.com/apache/flink/pull/15366#discussion_r602852082
##########
File path:
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliClient.java
##########
@@ -121,6 +135,7 @@ public CliClient(
.appName(CliStrings.CLI_NAME)
.parser(new SqlMultiLineParser())
.completer(new SqlCompleter(sessionId, executor))
+ .variable(LineReader.COMMENT_BEGIN, COMMENT_BEGIN)
Review comment:
Remove this modification. It just a short cut in keyborad like `COMMAND
+ /` in intellij to mark the input line as comment...
But I am not found the key binding to trigger this.. So I think we can add
this feature until we know the key binding..
--
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]