Owen O'Malley created ORC-571:
---------------------------------
Summary: ArrayIndexOutOfBoundsException in
StripePlanner.readRowIndex
Key: ORC-571
URL: https://issues.apache.org/jira/browse/ORC-571
Project: ORC
Issue Type: Bug
Affects Versions: 1.6.1
Reporter: Owen O'Malley
Assignee: Owen O'Malley
Fix For: 1.6.2
If you use schema evolution and have fewer columns in the reader schema than
the file schema, you get an ArrayIndexOutOfBoundsException.
Fundamentally, the RecordReaderImpl creates the OrcIndex with the size of the
reader schema rather than the file schema.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)