[GitHub] [orc] pavibhai opened a new pull request #653: Orc 759 struct reader

2021-03-12 Thread GitBox
pavibhai opened a new pull request #653: URL: https://github.com/apache/orc/pull/653 ### What changes were proposed in this pull request? StructBatchReader assumes rootReader has no nulls and skips rootReader processing in the following methods: * seek * skip * startStripe

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

2021-03-12 Thread Pavan Lanka (Jira)
Pavan Lanka created ORC-759: --- Summary: StructBatchReader should always skip processing on the rootReader Key: ORC-759 URL: https://issues.apache.org/jira/browse/ORC-759 Project: ORC Issue Type: Su