You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Abhishek Talluri (JIRA)" <ji...@apache.org> on 2017/09/12 20:00:03 UTC

[jira] [Created] (IMPALA-5924) Show CREATE TABLE output vertically

Abhishek Talluri created IMPALA-5924:
----------------------------------------

             Summary: Show CREATE TABLE output vertically
                 Key: IMPALA-5924
                 URL: https://issues.apache.org/jira/browse/IMPALA-5924
             Project: IMPALA
          Issue Type: Improvement
          Components: Frontend
            Reporter: Abhishek Talluri


When we do a show create table in Impala, it lists out the create table statement horizontally which makes it difficult for developers to debug and see what is used as filter conditions or what is the storage format used and other things. The view is vertical in Hive but not in Impala. 

One more improvement can be to minimize the column names with a (+) and then just show the table name and all other properties. If the user tries to see the columns, then he can click the (+) sign to list the columns in that table.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)