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

Hive QA commented on HIVE-4246:
-------------------------------



{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/12597820/HIVE-4246.D11415.4.patch

{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 2876 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.ql.io.orc.TestRecordReaderImpl.testPartialPlan
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_join1
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/427/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/427/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: 2 tests failed
{noformat}

This message is automatically generated.
                
> Implement predicate pushdown for ORC
> ------------------------------------
>
>                 Key: HIVE-4246
>                 URL: https://issues.apache.org/jira/browse/HIVE-4246
>             Project: Hive
>          Issue Type: New Feature
>          Components: File Formats
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>         Attachments: HIVE-4246.D11415.1.patch, HIVE-4246.D11415.2.patch, 
> HIVE-4246.D11415.3.patch, HIVE-4246.D11415.3.patch, HIVE-4246.D11415.4.patch
>
>
> By using the push down predicates from the table scan operator, ORC can skip 
> over 10,000 rows at a time that won't satisfy the predicate. This will help a 
> lot, especially if the file is sorted by the column that is used in the 
> predicate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to