tustvold opened a new pull request #1110:
URL: https://github.com/apache/arrow-rs/pull/1110


   # Which issue does this PR close?
   
   Closes #1053.
   
   # Rationale for this change
    
   See ticket
   
   # What changes are included in this PR?
   
   This extends the parquet fuzz tests to also tests nulls, dictionaries and 
row groups with multiple pages. Currently this runs into what appears to be a 
bug in the null handling for ArrowArrayReader. This is likely the same as in 
https://github.com/apache/arrow-datafusion/issues/1441 - I have temporarily 
switched back to ComplexObjectArrayReader to get the test to pass, and will 
look into a fix prior to merge.
   
   # Are there any user-facing changes?
   
   No, this only adds tests
   


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