[
https://issues.apache.org/jira/browse/HIVE-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13792406#comment-13792406
]
Hive QA commented on HIVE-5277:
-------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12607931/HIVE-5277.1.patch.txt
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 4393 tests executed
*Failed tests:*
{noformat}
org.apache.hive.hcatalog.hbase.TestHBaseInputFormat.TestHBaseTableProjectionReadMR
org.apache.hive.hcatalog.hbase.TestHBaseInputFormat.TestHBaseTableReadMR
org.apache.hive.hcatalog.hbase.TestPigHBaseStorageHandler.testPigFilterProjection
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1103/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1103/console
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests failed with: TestsFailedException: 3 tests failed
{noformat}
This message is automatically generated.
> HBase handler skips rows with null valued first cells when only row key is
> selected
> -----------------------------------------------------------------------------------
>
> Key: HIVE-5277
> URL: https://issues.apache.org/jira/browse/HIVE-5277
> Project: Hive
> Issue Type: Bug
> Components: HBase Handler
> Affects Versions: 0.11.0, 0.11.1, 0.12.0, 0.13.0
> Reporter: Teddy Choi
> Assignee: Teddy Choi
> Attachments: HIVE-5277.1.patch.txt
>
>
> HBaseStorageHandler skips rows with null valued first cells when only row key
> is selected.
> {noformat}
> SELECT key, col1, col2 FROM hbase_table;
> key1 cell1 cell2
> key2 NULL cell3
> SELECT COUNT(key) FROM hbase_table;
> 1
> {noformat}
> HiveHBaseTableInputFormat.getRecordReader makes first cell selected to avoid
> skipping rows. But when the first cell is null, HBase skips that row.
> http://hbase.apache.org/book/perf.reading.html 12.9.6. Optimal Loading of Row
> Keys describes how to deal with this problem.
> I tried to find an existing issue, but I couldn't. If you find a same issue,
> please make this issue duplicated.
--
This message was sent by Atlassian JIRA
(v6.1#6144)