hequn8128 commented on a change in pull request #6631: [FLINK-10229] [sql-client] Support listing of views URL: https://github.com/apache/flink/pull/6631#discussion_r214535526
########## File path: docs/dev/table/sqlClient.md ########## @@ -503,6 +503,12 @@ Views created within a CLI session can also be removed again using the `DROP VIE DROP VIEW MyNewView {% endhighlight %} +Views created within a CLI session can also be shown again using the `SHOW VIEWS` statement: Review comment: Views created in a session environment file can also be listed, so change the description to: Displays all of the views in the current session using the \`SHOW VIEWS\` statement: ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services