This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/prost-dfa7aae14e
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard 024812854c Update prost requirement in the prost group across 1
directory
add 6cd1949544 Allow concating struct arrays with no fields (#7829)
add 43f58b2c9c [Variant] Speedup `ObjectBuilder` (62x faster) (#7808)
add d0ef3106d1 Update release instructions to not push tags until release
is approved (#7754)
add 959577deab [Variant] impl [Try]From for VariantDecimalXX types (#7809)
add af8564f076 Minor: Update release schedule on README (#7838)
add 4b3e71a470 Update prost requirement in the prost group across 1
directory
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (024812854c)
\
N -- N -- N refs/heads/dependabot/cargo/main/prost-dfa7aae14e
(4b3e71a470)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
README.md | 12 +-
arrow-select/src/concat.rs | 20 +-
dev/release/README.md | 25 +-
dev/release/create-tarball.sh | 37 ++-
parquet-variant/Cargo.toml | 16 +-
parquet-variant/benches/variant_builder.rs | 402 +++++++++++++++++++++++++++++
parquet-variant/src/builder.rs | 143 +++-------
parquet-variant/src/variant.rs | 103 ++++----
parquet-variant/src/variant/decimal.rs | 178 +++++++------
9 files changed, 671 insertions(+), 265 deletions(-)
create mode 100644 parquet-variant/benches/variant_builder.rs