Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 89663 invoked from network); 8 Nov 2010 21:30:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Nov 2010 21:30:03 -0000 Received: (qmail 40031 invoked by uid 500); 8 Nov 2010 21:30:33 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 39762 invoked by uid 500); 8 Nov 2010 21:30:32 -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 39754 invoked by uid 500); 8 Nov 2010 21:30:32 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 39751 invoked by uid 99); 8 Nov 2010 21:30:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 21:30:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 21:30:30 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA8LU82t027382 for ; Mon, 8 Nov 2010 21:30:08 GMT Message-ID: <5903568.82771289251808224.JavaMail.jira@thor> Date: Mon, 8 Nov 2010 16:30:08 -0500 (EST) From: "John Sichi (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-1497) support COMMENT clause on CREATE INDEX, and add new commands for SHOW/DESCRIBE indexes In-Reply-To: <10743623.97781280536156541.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929742#action_12929742 ] John Sichi commented on HIVE-1497: ---------------------------------- Regarding the output format, none of the other SHOW commands currently produce column headers, and we probably won't be able to modify them for backwards-compatibility reasons. What we ended up doing for DESCRIBE was to introduce DESCRIBE FORMATTED with the prettier format. Let's do the same for SHOW INDEXES. If we see SHOW FORMATTED INDEXES, produce the column headers; without FORMATTED, then omit them. (We can open a separate JIRA for doing that retroactively for the existing SHOW commands.) Also: add a test case for a compound index (multiple columns in the key), and change that header to col_names plural. > support COMMENT clause on CREATE INDEX, and add new commands for SHOW/DESCRIBE indexes > -------------------------------------------------------------------------------------- > > Key: HIVE-1497 > URL: https://issues.apache.org/jira/browse/HIVE-1497 > Project: Hive > Issue Type: Improvement > Components: Indexing > Affects Versions: 0.7.0 > Reporter: John Sichi > Assignee: Russell Melick > Fix For: 0.7.0 > > Attachments: HIVE-1497.4.patch, HIVE-1497.5.patch, hive-1497.p1.patch, hive-1497.p2.patch, hive-1497.p3.patch > > > We need to work out the syntax for SHOW/DESCRIBE, taking partitioning into account. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.