[ https://issues.apache.org/jira/browse/HIVE-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547977#comment-13547977 ]
Hudson commented on HIVE-1977: ------------------------------ Integrated in Hive-trunk-hadoop2 #54 (See [https://builds.apache.org/job/Hive-trunk-hadoop2/54/]) HIVE-1977. DESCRIBE TABLE syntax doesn't support specifying a database qualified table name (Zhenxiao Luo via cws) (Revision 1406338) Result = ABORTED cws : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1406338 Files : * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/plan/DescTableDesc.java * /hive/trunk/ql/src/test/queries/clientnegative/desc_failure3.q * /hive/trunk/ql/src/test/queries/clientpositive/describe_syntax.q * /hive/trunk/ql/src/test/results/clientnegative/desc_failure3.q.out * /hive/trunk/ql/src/test/results/clientpositive/describe_syntax.q.out > 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 > Fix For: 0.10.0 > > Attachments: HIVE-1977.1.patch.txt, HIVE-1977.2.patch.txt, > HIVE-1977.3.patch.txt, HIVE-1977.4.patch.txt, HIVE-1977.5.patch.txt, > HIVE-1977.6.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