[ 
https://issues.apache.org/jira/browse/HIVE-8178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14144220#comment-14144220
 ] 

Hive QA commented on HIVE-8178:
-------------------------------



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12670509/HIVE-8178.1.patch

{color:green}SUCCESS:{color} +1 6312 tests passed

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/928/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/928/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-928/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12670509

> OrcNewInputFormat::getSplits() calls OrcInputFormat.generateSplitsInfo twice
> ----------------------------------------------------------------------------
>
>                 Key: HIVE-8178
>                 URL: https://issues.apache.org/jira/browse/HIVE-8178
>             Project: Hive
>          Issue Type: Bug
>          Components: File Formats
>    Affects Versions: 0.14.0
>            Reporter: Gopal V
>            Assignee: Gopal V
>         Attachments: HIVE-8178.1.patch
>
>
> {code}
>  Configuration conf =
>         ShimLoader.getHadoopShims().getConfiguration(jobContext);
>     List<OrcSplit> splits =
>         OrcInputFormat.generateSplitsInfo(ShimLoader.getHadoopShims()
>         .getConfiguration(jobContext));
>     List<InputSplit> result = new ArrayList<InputSplit>();
>     for(OrcSplit split: OrcInputFormat.generateSplitsInfo(conf)) {
>       result.add(new OrcNewSplit(split));
>     }
> {code}
> The for loop does not iterate over the local variable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to