[
https://issues.apache.org/jira/browse/HIVE-6148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13863738#comment-13863738
]
Nick Dimiduk commented on HIVE-6148:
------------------------------------
How is this not a duplicate of HIVE-3211?
I think it would be trivial to create Avro and Protobuf implementations of
[{{org.apache.hadoop.hbase.types.DataType}}|https://github.com/apache/hbase/blob/hbase-0.96.0/hbase-common/src/main/java/org/apache/hadoop/hbase/types/DataType.java].
The details will be similar to what's already provided in
[{{Struct}}|https://github.com/apache/hbase/blob/hbase-0.96.0/hbase-common/src/main/java/org/apache/hadoop/hbase/types/Struct.java]
(which I suggested you examine over in HIVE-2599). If you build on top of that
interface, all HBase users will benefit from from you code, not just Hive +
HBase users.
> Support arbitrary structs stored in HBase
> -----------------------------------------
>
> Key: HIVE-6148
> URL: https://issues.apache.org/jira/browse/HIVE-6148
> Project: Hive
> Issue Type: Improvement
> Components: HBase Handler
> Affects Versions: 0.12.0
> Reporter: Swarnim Kulkarni
>
> We should add support to be able to query arbitrary structs stored in HBase.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)