[ https://issues.apache.org/jira/browse/HIVE-5364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13784523#comment-13784523 ]
Phabricator commented on HIVE-5364: ----------------------------------- hagleitn has commented on the revision "HIVE-5364 [jira] NPE on some queries from partitioned orc table". LGTM +1 REVISION DETAIL https://reviews.facebook.net/D13215 To: JIRA, omalley Cc: hagleitn > 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)