[ 
https://issues.apache.org/jira/browse/HIVE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HIVE-3589:
------------------------------

    Attachment: HIVE-3589.D6075.1.patch

navis requested code review of "HIVE-3589 [jira] describe/show partition/show 
tblproperties command should accept database name".
Reviewers: JIRA

  DPAL-1916 describe/show partition/show tblproperties command should accept 
database name

  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"

TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D6075

AFFECTED FILES
  ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g
  ql/src/java/org/apache/hadoop/hive/ql/plan/DescTableDesc.java
  ql/src/java/org/apache/hadoop/hive/ql/plan/ShowPartitionsDesc.java
  ql/src/java/org/apache/hadoop/hive/ql/plan/ShowTblPropertiesDesc.java
  ql/src/test/queries/clientpositive/describe_table.q
  ql/src/test/queries/clientpositive/show_partitions.q
  ql/src/test/queries/clientpositive/show_tblproperties.q
  ql/src/test/results/clientpositive/describe_table.q.out
  ql/src/test/results/clientpositive/show_partitions.q.out
  ql/src/test/results/clientpositive/show_tblproperties.q.out

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/14523/

To: JIRA, 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

Reply via email to