Szehon Ho created HIVE-7278:
-------------------------------

             Summary: Describe pretty in beeline is not pretty
                 Key: HIVE-7278
                 URL: https://issues.apache.org/jira/browse/HIVE-7278
             Project: Hive
          Issue Type: Bug
            Reporter: Szehon Ho
            Priority: Minor


Noticed in beeline that 'describe pretty' gives a strange result.  The flag 
'pretty' was added in HIVE-3884 in Hive CLI.  

When done in beeline it tries to show a table inside a table.
{noformat}
+---------------------------------+------------+----------+
|            col_name             | data_type  | comment  |
+---------------------------------+------------+----------+
| col_name data_type     comment  | NULL       | NULL     |
|                                 | NULL       | NULL     |
| id       int                    | NULL       | NULL     |
| name     string                 | NULL       | NULL     |
+---------------------------------+------------+----------+
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to