[ https://issues.apache.org/jira/browse/HIVE-11329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14736258#comment-14736258 ]
Lefty Leverenz commented on HIVE-11329: --------------------------------------- (1) Version query: Since this was committed to master, shouldn't Fix Version/s be 2.0.0? Or was it previously committed to branch-1 (1.3.0)? The commit to master (Tue Sept 8) is d51c62a455eb08ee49f10ea2e117ca90de0bf47b although patch 3 has a header dated Fri Jul 24 which gives commit ID a7a15acb58742bca61824d6221446ad1446d5ab7, so I'm confused. (2) Doc query: Does this need any documentation? In particular, should *hbase.columns.mapping.prefix.hide* be documented in the Hive HBase Integration wikidoc? * [Hive HBase Integration | https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration] > Column prefix in key of hbase column prefix map > ----------------------------------------------- > > Key: HIVE-11329 > URL: https://issues.apache.org/jira/browse/HIVE-11329 > Project: Hive > Issue Type: Improvement > Components: HBase Handler > Affects Versions: 0.14.0 > Reporter: Wojciech Indyk > Assignee: Wojciech Indyk > Priority: Minor > Fix For: 1.3.0 > > Attachments: HIVE-11329.3.patch > > > When I create a table with hbase column prefix > https://issues.apache.org/jira/browse/HIVE-3725 I have the prefix in result > map in hive. > E.g. record in HBase > rowkey: 123 > column: tag_one, value: 0.5 > column: tag_two, value 0.5 > representation in Hive via column prefix mapping "tag_.*": > column: tag map<string,string> > key: tag_one, value: 0.5 > key: tag_two, value: 0.5 > should be: > key: one, value: 0.5 > key: two: value: 0.5 -- This message was sent by Atlassian JIRA (v6.3.4#6332)