nevi-me opened a new pull request #261:
URL: https://github.com/apache/arrow-rs/pull/261
# Which issue does this PR close?
Closes ##237 .
# Rationale for this change
We might need to expose more `parquet-format` internals in future, as we
already expose the `FileMetadata` struct. Users who wish to use these structs
sometimes need to also use the `parquet-format` crate.
There is a risk that users might end up importing incompatible versions.
Re-exporting this crate would make things simpler for users.
# What changes are included in this PR?
* Exporting `parquet_format` as `parquet::format`
* Reusing `parquet::format` wherever we internally use `parquet_format`
# Are there any user-facing changes?
We are exposing a new submodule, `parquet::format`. This is not a breaking
change.
--
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]