Xiaoxiao Hou created HIVE-3140:
----------------------------------

             Summary: Comment indenting is broken for "describe" in CLI
                 Key: HIVE-3140
                 URL: https://issues.apache.org/jira/browse/HIVE-3140
             Project: Hive
          Issue Type: Bug
          Components: CLI
            Reporter: Xiaoxiao Hou
             Fix For: 0.10.0


Just go into the CLI and type "describe [TABLE_NAME]". If a comment has 
multiple lines, it is completely unreadable due to poor comment indenting. For 
example:
birthdayParam         string             1 = comment1
2 = comment2
3 = comment3

But it supposed to display as:
birthdayParam         string             1 = comment1
                                         2 = comment2
                                         3 = comment3

Comments should be indented the same amount on each line, i.e., if the comment 
starts at row k for the first line of the comment, it should be indented by k 
on line 2.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to