etseidl opened a new pull request, #8445: URL: https://github.com/apache/arrow-rs/pull/8445
# Which issue does this PR close? **Note: this targets a feature branch, not main** - Part of #5854. # Rationale for this change This PR closes the loop and and now Parquet metadata is completely handled by the new code. # What changes are included in this PR? Changes the metadata builders to use the new structs rather than those from `format`. As a consequence, the `close` methods no longer return a `format::FileMetaData` but instead return a `ParquetMetaData`. # Are these changes tested? Covered by existing tests, but many tests were modified to deal with the switch to `ParquetMetaData` mentioned above. # Are there any user-facing changes? Yes -- 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]
