This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 5faa7248bd Prepare for `57.0.0` release (#8644)
add 4fc9302c8d [Variant] refactor: Split builder.rs into several smaller
files (#8635)
No new revisions were added by this update.
Summary of changes:
parquet-variant/src/builder.rs | 2199 ++-----------------------------
parquet-variant/src/builder/list.rs | 764 +++++++++++
parquet-variant/src/builder/metadata.rs | 424 ++++++
parquet-variant/src/builder/object.rs | 871 ++++++++++++
4 files changed, 2171 insertions(+), 2087 deletions(-)
create mode 100644 parquet-variant/src/builder/list.rs
create mode 100644 parquet-variant/src/builder/metadata.rs
create mode 100644 parquet-variant/src/builder/object.rs