-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/489/
-----------------------------------------------------------
Review request for hive.
Summary
-------
* expose HiveMetaStoreClient.listPartitionsByFilter() to Hive.java so that
PartitionPruner can use that for certain partition predicates.
* only allows {=, AND, OR} in the partition predicates that can be pushed
down to JDO filtering.
Diffs
-----
trunk/metastore/src/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java
1080788
trunk/metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java
1080788
trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java 1080788
trunk/ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java 1080788
trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ppr/PartitionPruner.java
1080788
Diff: https://reviews.apache.org/r/489/diff
Testing
-------
Thanks,
Ning