[
https://issues.apache.org/jira/browse/ORC-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Panagiotis Garefalakis updated ORC-759:
---------------------------------------
Fix Version/s: 1.7.0
> StructBatchReader should always skip processing on the rootReader
> -----------------------------------------------------------------
>
> Key: ORC-759
> URL: https://issues.apache.org/jira/browse/ORC-759
> Project: ORC
> Issue Type: Sub-task
> Components: Java
> Reporter: Pavan Lanka
> Assignee: Pavan Lanka
> Priority: Minor
> Fix For: 1.7.0
>
>
> As of right now the processing in StructBatchReader is as follows:
> * `nextBatch` method : Perform directly on the children with the assumption
> that the rootReader has no nulls.
> * `seek`, `skipRows`, `startStripe` methods: Operate on the rootReader
> Propose that the StructBatchReader be made consistently to operate on the
> children and never on the rootReader.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)