[ https://issues.apache.org/jira/browse/HIVE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500857#comment-13500857 ]
Phabricator commented on HIVE-3589: ----------------------------------- navis has commented on the revision "HIVE-3589 [jira] describe/show partition/show tblproperties command should accept database name". INLINE COMMENTS ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java:1802 fixed. ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java:1407 I just split original method to two. Exception seemed for handling thrift errors and should be re-thrown to user. ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java:1472 agreed. I'll do it. ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java:1474 I always thought splitting with regex pattern for this kind of simple string is a bit too much. But if it's cleaner, I'll do it. ql/src/java/org/apache/hadoop/hive/ql/plan/DescTableDesc.java:38 ok. ql/src/java/org/apache/hadoop/hive/ql/plan/DescTableDesc.java:112 I'll check on that. ql/src/java/org/apache/hadoop/hive/ql/plan/ShowPartitionsDesc.java:64 ok. ql/src/java/org/apache/hadoop/hive/ql/plan/ShowTblPropertiesDesc.java:34 ok. ql/src/test/queries/clientpositive/describe_table.q:5 Yes, it was HIVE-3676. I'll add the test. REVISION DETAIL https://reviews.facebook.net/D6075 BRANCH DPAL-1916 To: JIRA, cwsteinbach, navis > describe/show partition/show tblproperties command should accept database name > ------------------------------------------------------------------------------ > > Key: HIVE-3589 > URL: https://issues.apache.org/jira/browse/HIVE-3589 > Project: Hive > Issue Type: Bug > Components: Metastore, Query Processor > Affects Versions: 0.8.1 > Reporter: Sujesh Chirackkal > Assignee: Navis > Priority: Minor > Attachments: HIVE-3589.D6075.1.patch > > > describe command not giving the details when called as describe > dbname.tablename. > Throwing the error "Table dbname not found". > Ex: hive -e "describe masterdb.table1" will throw error > "Table masterdb not found" -- 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