[
https://issues.apache.org/jira/browse/ORC-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun resolved ORC-1121.
--------------------------------
Fix Version/s: 1.6.14
1.7.4
Resolution: Fixed
This is resolved via https://github.com/apache/orc/pull/1055
> Pushdown filters don't evaluate due to wrong column-conversion-safety judgment
> ------------------------------------------------------------------------------
>
> Key: ORC-1121
> URL: https://issues.apache.org/jira/browse/ORC-1121
> Project: ORC
> Issue Type: Bug
> Components: Java
> Affects Versions: 1.6.11
> Reporter: Penglei Shi
> Priority: Major
> Fix For: 1.6.14, 1.7.4
>
>
> RecordReaderImpl::pickRowGroups() will check if filter-column is safe for ppd
> evaluation with file column id, but the parameter of
> SchemaEvolution::isPPDSafeConversion is reader column id, which is different
> from file column id, and this causes pushed filters can't be evaluated and
> recordReader can't skip row groups which are not matched.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)