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 b02fec2a4d Update prost requirement in the prost group across 1 directory add 471f3b1294 [Minor] Backport changes to metadata benchmark (#8251) add ad1f86e6d3 Bump actions/github-script from 7 to 8 (#8287) add 3ee1d2c195 Bump actions/labeler from 6.0.0 to 6.0.1 (#8288) add bffad593c8 [Parquet] Write row group with async writer (#8262) add cd676cd85d [Variant] Add as_u* for Variant (#8284) add 2a8b18381e [Variant] Refactor `cast_to_variant` (#8235) add 8c80fe17ed Added arrow-avro enum mapping support for schema resolution (#8223) add 1c4d9252f9 feat: `SSLKEYLOGFILE` support for flight CLI (#8239) add 964805f5eb Update docstring comment for Writer::write() in writer.rs (#8267) add e5ead92bed Use apache/arrow-dotnet for integration test (#8295) add 0c7cb2ac3f Parquet: Do not compress v2 data page when compress is bad quality (#8257) add 0f211b5ac9 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 (b02fec2a4d) \ N -- N -- N refs/heads/dependabot/cargo/main/prost-dfa7aae14e (0f211b5ac9) 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: .github/workflows/dev_pr.yml | 2 +- .github/workflows/integration.yml | 6 + .github/workflows/take.yml | 2 +- arrow-avro/src/codec.rs | 312 +++-- arrow-avro/src/reader/mod.rs | 93 ++ arrow-avro/src/reader/record.rs | 159 ++- arrow-csv/src/writer.rs | 2 +- arrow-flight/src/bin/flight_sql_client.rs | 14 +- parquet-variant-compute/src/cast_to_variant.rs | 1639 ++++++++++++------------ parquet-variant/src/variant.rs | 160 +++ parquet/benches/metadata.rs | 89 +- parquet/src/arrow/async_writer/mod.rs | 64 +- parquet/src/column/writer/mod.rs | 48 +- parquet/src/thrift.rs | 10 +- 14 files changed, 1641 insertions(+), 959 deletions(-)