[
https://issues.apache.org/jira/browse/HIVE-6290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13919035#comment-13919035
]
Navis commented on HIVE-6290:
-----------------------------
Maybe I can make HBaseCompositeKey$HBaseCompositeKeyFactory to implement
HBaseWritableKeyFactory, which is
{code}
public interface HBaseWritableKeyFactory extends HBaseKeyFactory,
HiveStoragePredicateHandler {
boolean serialize(Object object, ObjectInspector inspector, ByteStream.Output
output) throws IOException;
}
{code}
> Add support for hbase filters for composite keys
> ------------------------------------------------
>
> Key: HIVE-6290
> URL: https://issues.apache.org/jira/browse/HIVE-6290
> Project: Hive
> Issue Type: Sub-task
> Components: HBase Handler
> Affects Versions: 0.12.0
> Reporter: Swarnim Kulkarni
> Assignee: Swarnim Kulkarni
> Attachments: HIVE-6290.1.patch.txt, HIVE-6290.2.patch.txt,
> HIVE-6290.3.patch.txt
>
>
> Add support for filters to be provided via the composite key class
--
This message was sent by Atlassian JIRA
(v6.2#6252)