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 A6BB297E7 for ; Sun, 30 Sep 2012 05:35:10 +0000 (UTC) Received: (qmail 12942 invoked by uid 500); 30 Sep 2012 05:35:09 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 12842 invoked by uid 500); 30 Sep 2012 05:35:09 -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 12827 invoked by uid 500); 30 Sep 2012 05:35:09 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 12820 invoked by uid 99); 30 Sep 2012 05:35:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Sep 2012 05:35:08 +0000 Date: Sun, 30 Sep 2012 16:35:08 +1100 (NCT) From: "Zhenxiao Luo (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1621988707.144911.1348983308801.JavaMail.jiratomcat@arcas> In-Reply-To: <594046399.3714.1297202937520.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HIVE-1977) DESCRIBE TABLE syntax doesn't support specifying a database qualified table name 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-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466417#comment-13466417 ] Zhenxiao Luo commented on HIVE-1977: ------------------------------------ Review Request submitted at: https://reviews.facebook.net/D5763 > DESCRIBE TABLE syntax doesn't support specifying a database qualified table name > -------------------------------------------------------------------------------- > > Key: HIVE-1977 > URL: https://issues.apache.org/jira/browse/HIVE-1977 > Project: Hive > Issue Type: Bug > Components: Database/Schema, Query Processor, SQL > Reporter: Carl Steinbach > Assignee: Zhenxiao Luo > Attachments: HIVE-1977.1.patch.txt > > > The syntax for DESCRIBE is broken. It should be: > {code} > DESCRIBE [EXTENDED] [database DOT]table [column] > {code} > but is actually > {code} > DESCRIBE [EXTENDED] table[DOT col_name] > {code} > Ref: http://dev.mysql.com/doc/refman/5.0/en/describe.html -- 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