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
   
   This behavior will be consistent with the behavior of nextBatch which 
already makes this assumption.
   
   ### Why are the changes needed?
   Make the behavior consistent on all the methods.
   
   
   ### How was this patch tested?
   Regression test, none of the existing tests have failed.
   


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

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


Reply via email to