Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Currently the column comments of an HBase backed table are always returned as "from deserializer". For example,
CREATE TABLE hbasetbl (key string comment 'It is key', state string comment 'It is state', country string comment 'It is country', country_id int comment 'It is country_id') STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES ( "hbase.columns.mapping" = "info:state,info:country,info:country_id" ); hive> describe hbasetbl; key string from deserializer state string from deserializer country string from deserializer country_id int from deserializer
Attachments
Attachments
Issue Links
- breaks
-
HIVE-17829 ArrayIndexOutOfBoundsException - HBASE-backed tables with Avro schema in Hive2
- Closed