Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 758A0E4B2 for ; Thu, 6 Dec 2012 04:23:03 +0000 (UTC) Received: (qmail 45259 invoked by uid 500); 6 Dec 2012 04:23:01 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 45066 invoked by uid 500); 6 Dec 2012 04:23:00 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 45019 invoked by uid 500); 6 Dec 2012 04:22:59 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 45002 invoked by uid 99); 6 Dec 2012 04:22:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2012 04:22:59 +0000 Date: Thu, 6 Dec 2012 04:22:59 +0000 (UTC) From: "Namit Jain (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <659012943.66894.1354767779229.JavaMail.jiratomcat@arcas> In-Reply-To: <362285055.17232.1339714782380.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (HIVE-3140) Comment indenting is broken for "describe" in CLI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-3140: ----------------------------- Assignee: (was: Zhenxiao Luo) Status: Open (was: Patch Available) > 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 > 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