etseidl opened a new pull request, #8817:
URL: https://github.com/apache/arrow-rs/pull/8817

   # Which issue does this PR close?
   
   - Closes #8815.
   
   # Rationale for this change
   
   When writing Parquet metadata, sometimes the column and offset indexes 
contain missing values (this is usually a side effect of the `ParquetMetaData` 
not allowing for `None` in the page index structures). This can lead to errors 
or panics.
   
   # What changes are included in this PR?
   
   Adds some checking in `ThriftMetaDataWriter` to detect missing bits and work 
around them.
   
   # Are these changes tested?
   
   Yes, new tests added.
   
   # Are there any user-facing changes?
   
   No
   


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