Owen O'Malley created HIVE-5364:
-----------------------------------

             Summary: 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


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 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