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 f248da3cc3 [VARIANT] Add support for DataType::Struct for
cast_to_variant (#8090)
add 48b723f118 [Variant] Add Variant::Time primitive and cast logic (#8114)
No new revisions were added by this update.
Summary of changes:
.github/workflows/rust.yml | 5 +-
parquet-testing | 2 +-
parquet-variant-compute/Cargo.toml | 2 +-
parquet-variant-compute/src/cast_to_variant.rs | 152 ++++++++++++++++++++++++-
parquet-variant-json/src/to_json.rs | 33 +++++-
parquet-variant/src/builder.rs | 10 ++
parquet-variant/src/decoder.rs | 42 ++++++-
parquet-variant/src/variant.rs | 48 +++++++-
parquet-variant/tests/variant_interop.rs | 7 +-
9 files changed, 286 insertions(+), 15 deletions(-)