SHOW CREATE TABLE in Flink SQL

2020-03-02 Thread Gyula Fóra
Hi All! I am looking for the functionality to show how a table was created or show all the properties (connector, etc.) I could only find DESCRIBE at this point which only shows the schema. Is there anything similar to "SHOW CREATE TABLE" or is this something that we should maybe add in the futu

Re: SHOW CREATE TABLE in Flink SQL

2020-03-02 Thread Jeff Zhang
+1 for this, maybe we can add 'describe extended table' like hive Gyula Fóra 于2020年3月2日周一 下午8:49写道: > Hi All! > > I am looking for the functionality to show how a table was created or show > all the properties (connector, etc.) > > I could only find DESCRIBE at this point which only shows the sc

Re: SHOW CREATE TABLE in Flink SQL

2020-03-02 Thread Jark Wu
big +1 for this. I created an issue for "SHOW CREATE TABLE" [1]. Many database systems also support this. We can also introduce "describe extended table" in the future but is an orthogonal requirement. Best, Jark [1]: https://issues.apache.org/jira/browse/FLINK-16384 On Mon, 2 Mar 2020 at 22:09

Re: SHOW CREATE TABLE in Flink SQL

2020-03-02 Thread Gyula Fóra
Thanks for the positive feedback and creating the JIRA ticket :) Gyula On Mon, Mar 2, 2020 at 3:15 PM Jark Wu wrote: > big +1 for this. I created an issue for "SHOW CREATE TABLE" [1]. Many > database systems also support this. > We can also introduce "describe extended table" in the future but

Re: SHOW CREATE TABLE in Flink SQL

2020-03-02 Thread JingsongLee
HOW CREATE TABLE in Flink SQL big +1 for this. I created an issue for "SHOW CREATE TABLE" [1]. Many database systems also support this. We can also introduce "describe extended table" in the future but is an orthogonal requirement. Best, Jark [1]: https://issues.apache.org/jir