Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.14.0
-
None
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.