[
https://issues.apache.org/jira/browse/FLINK-10230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16598301#comment-16598301
]
vinoyang commented on FLINK-10230:
----------------------------------
hi [~twalthr] I have submitted a PR that implements *SHOW CREATE VIEW*. As you
described, did you suggest that I create a separate issue to implement *SHOW
CREATE TABLE*? Like mysql :
https://dev.mysql.com/doc/refman/8.0/en/show-create-table.html
> Support printing the query of a view
> ------------------------------------
>
> Key: FLINK-10230
> URL: https://issues.apache.org/jira/browse/FLINK-10230
> Project: Flink
> Issue Type: New Feature
> Components: SQL Client
> Reporter: Timo Walther
> Assignee: vinoyang
> Priority: Major
> Labels: pull-request-available
>
> FLINK-10163 added initial support for views in SQL Client. We should add a
> command that allows for printing the query of a view for debugging. MySQL
> offers {{SHOW CREATE VIEW}} for this. Hive generalizes this to {{SHOW CREATE
> TABLE}}. The latter one could be extended to also show information about the
> used table factories and properties.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)