You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zhenxiao Luo (JIRA)" <ji...@apache.org> on 2012/12/05 09:08:59 UTC

[jira] [Assigned] (HIVE-3140) Comment indenting is broken for "describe" in CLI

     [ https://issues.apache.org/jira/browse/HIVE-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhenxiao Luo reassigned HIVE-3140:
----------------------------------

    Assignee: Zhenxiao Luo
    
> 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
>            Assignee: Zhenxiao Luo
>              Labels: patch
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3140.1.patch.txt
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira