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

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

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

Phabricator updated HIVE-5568:
------------------------------

    Attachment: D13485.1.patch

omalley requested code review of "HIVE-5568 [jira] count(*) on ORC tables with predicate pushdown on partition columns fail".

Reviewers: JIRA

HIVE-5568

If the query is:

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

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

TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D13485

AFFECTED FILES
  ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java
  ql/src/test/queries/clientpositive/orc_create.q
  ql/src/test/results/clientpositive/orc_create.q.out

MANAGE HERALD RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/40317/

To: JIRA, omalley


> 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
>
>         Attachments: D13485.1.patch
>
>
> 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)