[
https://issues.apache.org/jira/browse/HIVE-5876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13833500#comment-13833500
]
Prasanth J commented on HIVE-5876:
----------------------------------
Yes. It has all the columns including partition columns.
> Split elimination in ORC breaks for partitioned tables
> ------------------------------------------------------
>
> Key: HIVE-5876
> URL: https://issues.apache.org/jira/browse/HIVE-5876
> Project: Hive
> Issue Type: Bug
> Affects Versions: 0.13.0
> Reporter: Prasanth J
> Assignee: Prasanth J
> Labels: orcfile
> Attachments: HIVE-5876.1.patch, HIVE-5876.2.patch
>
>
> HIVE-5632 eliminates ORC stripes from split computation that do not satisfy
> SARG condition. SARG expression can also refer to partition columns. But
> partition column will not be contained in the column names list in ORC file.
> This was causing ArrayIndexOutOfBoundException in split elimination logic
> when used with partitioned tables. The fix is to ignore evaluation of
> partition column expressions in split elimination.
--
This message was sent by Atlassian JIRA
(v6.1#6144)