[ 
https://issues.apache.org/jira/browse/IMPALA-8738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16952416#comment-16952416
 ] 

baotuquan edited comment on IMPALA-8738 at 10/16/19 1:16 AM:
-------------------------------------------------------------

https://gerrit.cloudera.org/#/c/14422/


was (Author: baotuquan):
https://gerrit.cloudera.org/#/c/14422/

> Add a column representing the type(table or view) in the show tables output
> ---------------------------------------------------------------------------
>
>                 Key: IMPALA-8738
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8738
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Catalog, Frontend
>            Reporter: baotuquan
>            Assignee: baotuquan
>            Priority: Minor
>              Labels: features
>
> Now the output of the +*show tables*+ command in the system is as follows:
> {code:java}
> default> show tables;
> Query: show tables
> +----------+
> | name |
> +----------+
> | table1 |
> | view1 |
> +----------+
> {code}
> I think we should add a column for the representation type,The output should 
> be like this
> {code:java}
> default> show tables;
> Query: show tables
> +---------------+
> | name | type |
> +----------------+
> | table1 |  table   |
> | view1 |   view   |
> +----------------+
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to