You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Xiaoxiao Hou (JIRA)" <ji...@apache.org> on 2012/06/15 01:10:42 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13295368#comment-13295368 ] 

Xiaoxiao Hou commented on HIVE-3140:
------------------------------------

Please refer to diff:

https://reviews.facebook.net/D3663

                
> 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
>
>   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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira