You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Navis Ryu <na...@nexr.com> on 2014/10/27 10:05:20 UTC

Review Request 27225: HCatPartition needs getPartCols method

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27225/
-----------------------------------------------------------

Review request for hive.


Bugs: HIVE-7408
    https://issues.apache.org/jira/browse/HIVE-7408


Repository: hive-git


Description
-------

org.apache.hive.hcatalog.api.HCatPartition has getColumns method. However, it is not partition column. HCatPartition needs getPartCols method.


Diffs
-----

  hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/schema/HCatSchemaUtils.java 16c1604 
  hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatClientHMSImpl.java b3afa72 
  hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatPartition.java 52586a0 
  hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java f9f7b04 

Diff: https://reviews.apache.org/r/27225/diff/


Testing
-------


Thanks,

Navis Ryu