You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Pavan Lanka (Jira)" <ji...@apache.org> on 2021/03/12 17:54:00 UTC

[jira] [Assigned] (ORC-759) StructBatchReader should always skip processing on the rootReader

     [ https://issues.apache.org/jira/browse/ORC-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavan Lanka reassigned ORC-759:
-------------------------------


> 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
>
> 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)