[
https://issues.apache.org/jira/browse/HIVE-5568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phabricator updated HIVE-5568:
------------------------------
Attachment: D13485.3.patch
omalley updated the revision "HIVE-5568 [jira] count(*) on ORC tables with
predicate pushdown on partition columns fail".
Previous rebase missed the code change. oops.
Reviewers: JIRA
REVISION DETAIL
https://reviews.facebook.net/D13485
CHANGE SINCE LAST DIFF
https://reviews.facebook.net/D13485?vs=41799&id=41805#toc
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
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, D13485.2.patch, D13485.3.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)