Airblader commented on a change in pull request #16053:
URL: https://github.com/apache/flink/pull/16053#discussion_r643776388
##########
File path: flink-table/flink-sql-client/src/test/resources/sql/misc.q
##########
@@ -30,9 +30,9 @@ HELP Prints the available commands.
INSERT INTO Inserts the results of a SQL SELECT query into a
declared table sink.
INSERT OVERWRITE Inserts the results of a SQL SELECT query into
a declared table sink and overwrite existing data.
QUIT Quits the SQL CLI client.
-RESET Resets a session configuration property. Syntax: 'RESET
<key>;'. Use 'RESET;' for reset all session properties.
+RESET Resets a session configuration property. Syntax: 'RESET
'<key>';'. Use 'RESET;' for reset all session properties.
Review comment:
Willdo. Just noticed now these are actually tests(!) and not just
documentation. :-D Had to be a bit more careful here.
--
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]