[ https://issues.apache.org/jira/browse/HIVE-12245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14977550#comment-14977550 ]
Hive QA commented on HIVE-12245: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12768894/HIVE-12245.1.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 9711 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.hwi.TestHWISessionManager.testHiveDriver org.apache.hadoop.hive.ql.io.orc.TestJsonFileDump.testJsonDump org.apache.hive.jdbc.TestSSL.testSSLVersion {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5819/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5819/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-5819/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 3 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12768894 - PreCommit-HIVE-TRUNK-Build > Support column comments for an HBase backed table > ------------------------------------------------- > > Key: HIVE-12245 > URL: https://issues.apache.org/jira/browse/HIVE-12245 > Project: Hive > Issue Type: Improvement > Components: HBase Handler > Reporter: Chaoyu Tang > Assignee: Chaoyu Tang > Priority: Minor > Attachments: HIVE-12245.1.patch, HIVE-12245.patch, HIVE-12245.patch > > > Currently the column comments of an HBase backed table are always returned as > "from deserializer". For example, > {code} > 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 > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)