PengleiShi commented on PR #1267:
URL: https://github.com/apache/orc/pull/1267#issuecomment-1371736730

   @deshanxiao hi, have you tested that spark reads ORC files without index? It 
seems that ORC filter pushdown should be set to false otherwise it will occur 
error. 
   ```
   if (indexes[columnIx] == null) {
     throw new AssertionError("Index is not populated for " + columnIx);
   }
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to