You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2013/10/16 22:08:49 UTC

[jira] [Created] (HIVE-5568) count(*) on ORC tables with predicate pushdown on partition columns fail

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

             Summary: count(*) on ORC tables with predicate pushdown on partition columns fail
                 Key: HIVE-5568
                 URL: https://issues.apache.org/jira/browse/HIVE-5568
             Project: Hive
          Issue Type: Bug
    Affects Versions: 0.12.0
            Reporter: Owen O'Malley
            Assignee: Owen O'Malley
             Fix For: 0.12.1


If the query is:

{code}
select count(*) from orc_table where x = 10;
{code}

where x is a partition column and predicate pushdown is enabled, you'll get an array out of bounds exception.



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