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

Hudson commented on HIVE-5364:
------------------------------

FAILURE: Integrated in Hive-trunk-hadoop2-ptest #124 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2-ptest/124/])
HIVE-5364 : NPE on some queries from partitioned orc table (Owen O'Malley via 
Gunther Hagleitner) (thejas: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1529097)
* /hive/trunk/data/files/orc_create_people.txt
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/orc/RecordReaderImpl.java
* /hive/trunk/ql/src/test/queries/clientpositive/orc_create.q
* /hive/trunk/ql/src/test/results/clientpositive/orc_create.q.out


> 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
>             Fix For: 0.12.0
>
>         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