nevi-me opened a new pull request #692:
URL: https://github.com/apache/arrow-rs/pull/692


   # Which issue does this PR close?
   
   Closes #518 .
   
   # Rationale for this change
    
   See the related issue
   
   # What changes are included in this PR?
   
   When reading a list value, the reader would sometimes return an incomplete 
list slot
   due to not correctly accounting for the right repetition levels to read.
   
   This fixes that by counting the number of rep levels at the beginning of the 
list slot,
   and using that to read the right number of values to correctly construct 
list arrays
   
   # Are there any user-facing changes?
   
   No changes
   


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