[
https://issues.apache.org/jira/browse/HIVE-9684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14320930#comment-14320930
]
Hive QA commented on HIVE-9684:
-------------------------------
{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/12698799/HIVE-9684.1.patch
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 7548 tests executed
*Failed tests:*
{noformat}
org.apache.hive.hcatalog.hbase.TestPigHBaseStorageHandler.org.apache.hive.hcatalog.hbase.TestPigHBaseStorageHandler
org.apache.hive.hcatalog.streaming.TestStreaming.testTransactionBatchAbort
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2797/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2797/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2797/
Messages:
{noformat}
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: 2 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12698799 - PreCommit-HIVE-TRUNK-Build
> Incorrect disk range computation in ORC because of optional stream kind
> -----------------------------------------------------------------------
>
> Key: HIVE-9684
> URL: https://issues.apache.org/jira/browse/HIVE-9684
> Project: Hive
> Issue Type: Bug
> Components: File Formats
> Affects Versions: 1.0.0, 1.1.0, 1.0.1
> Reporter: Prasanth Jayachandran
> Assignee: Prasanth Jayachandran
> Priority: Critical
> Attachments: HIVE-9684.1.patch, HIVE-9684.branch-1.0.patch,
> HIVE-9684.branch-1.1.patch
>
>
> HIVE-9593 changed all required fields in ORC protobuf message to optional
> field. But DiskRange computation and stream creation code assumes existence
> of stream kind everywhere. This leads to incorrect calculation of diskranges
> resulting in out of range exceptions. The proper fix is to check if stream
> kind exists using stream.hasKind() before adding the stream to disk range
> computation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)