Description
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.
Attachments
Issue Links
- relates to
-
ORC-563 ORC-540 could break schema evolution on PPD codepaths
- Closed
- links to