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

Hive QA commented on HIVE-5364:
-------------------------------



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

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12606384/D13215.1.patch

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

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1027/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1027/console

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.

> NPE on some queries from partitioned orc table
> ----------------------------------------------
>
>                 Key: HIVE-5364
>                 URL: https://issues.apache.org/jira/browse/HIVE-5364
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>            Priority: Blocker
>         Attachments: D13215.1.patch
>
>
> If you create a partitioned ORC table with:
> {code}
> create table A
> ...
> PARTITIONED BY (
> year int,
> month int,
> day int)
> {code}
> This query will fail:
> select count from A where where year=2013 and month=9 and day=15;



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to