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

Phabricator updated HIVE-2530:
------------------------------

    Attachment: HIVE-2530.D2589.1.patch

leizhao requested code review of "HIVE-2530 [jira] Implement SHOW 
TBLPROPERTIES".
Reviewers: JIRA

  https://issues.apache.org/jira/browse/HIVE-2530

  Implemented new feature SHOW TBLPROPERTIES

  Since table properties can be defined arbitrarily, they should be easy for a 
user to query from the command-line.

  SHOW TBLPROPERTIES tblname;
  ...would show all of them, one per row, key \t value

  SHOW TBLPROPERTIES tblname ("FOOBAR");
  ...would just show the value for the FOOBAR tblproperty.

TEST PLAN
  EMPTY

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

AFFECTED FILES
  ql/src/test/results/clientpositive/show_tblproperties.q.out
  ql/src/test/queries/clientpositive/show_tblproperties.q
  ql/src/java/org/apache/hadoop/hive/ql/plan/ShowTblPropertiesDesc.java
  ql/src/java/org/apache/hadoop/hive/ql/plan/DDLWork.java
  ql/src/java/org/apache/hadoop/hive/ql/plan/HiveOperation.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/ParseDriver.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzerFactory.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java
  ql/src/java/org/apache/hadoop/hive/ql/metadata/Table.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java

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

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

Tip: use the X-Herald-Rules header to filter Herald messages in your client.

                
> Implement SHOW TBLPROPERTIES
> ----------------------------
>
>                 Key: HIVE-2530
>                 URL: https://issues.apache.org/jira/browse/HIVE-2530
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: Adam Kramer
>            Assignee: Lei Zhao
>            Priority: Minor
>         Attachments: HIVE-2530.D2589.1.patch
>
>
> Since table properties can be defined arbitrarily, they should be easy for a 
> user to query from the command-line.
> SHOW TBLPROPERTIES tblname;
> ...would show all of them, one per row, key \t value
> SHOW TBLPROPERTIES tblname ("FOOBAR");
> ...would just show the value for the FOOBAR tblproperty.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to