You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Thejas M Nair (JIRA)" <ji...@apache.org> on 2013/10/01 00:12:24 UTC

[jira] [Updated] (HIVE-5364) NPE on some queries from partitioned orc table

     [ https://issues.apache.org/jira/browse/HIVE-5364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thejas M Nair updated HIVE-5364:
--------------------------------

    Priority: Blocker  (was: Major)

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