Description
https://issues.apache.org/jira/browse/ORC-1283 this issue has fixed the problem that ENABLE_INDEXES does not take effect. But without index, filters pushdown will occur error, this seems to be because of the code below in RecordReaderImpl.java
if (indexes[columnIx] == null) { throw new AssertionError("Index is not populated for " + columnIx); }
Attachments
Attachments
Issue Links
- is caused by
-
ORC-1283 ENABLE_INDEXES does not take effect
- Closed
- links to