-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21831/
-----------------------------------------------------------
(Updated May 23, 2014, 1:44 p.m.)
Review request for hive.
Changes
-------
Updating RB post addressing review comments.
Bugs: HIVE-7048
https://issues.apache.org/jira/browse/HIVE-7048
Repository: hive-git
Description
-------
HIVE-6411 introduced a more generic way to provide composite key
implementations via custom factory implementations. However it seems like the
CompositeHBaseKeyFactory implementation uses a FamilyFilter for row key scans
which doesn't seem appropriate. This should be investigated further and if
possible replaced with a RowRangeScanFilter.
Diffs (updated)
-----
hbase-handler/src/java/org/apache/hadoop/hive/hbase/AbstractHBaseKeyPredicateDecomposer.java
PRE-CREATION
hbase-handler/src/java/org/apache/hadoop/hive/hbase/CompositeHBaseKeyFactory.java
53fa995
hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseSerDeParameters.java
07db3af
hbase-handler/src/test/org/apache/hadoop/hive/hbase/TestHBaseKeyFactory3.java
PRE-CREATION
hbase-handler/src/test/queries/positive/hbase_custom_key3.q PRE-CREATION
hbase-handler/src/test/results/positive/hbase_custom_key3.q.out PRE-CREATION
Diff: https://reviews.apache.org/r/21831/diff/
Testing
-------
Tests included with the patch.
Thanks,
Swarnim Kulkarni