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 44815f3a0d Update prost requirement in the prost group across 1 
directory
     add fbaf7cea2d Support write to buffer api for SerializedFileWriter (#7714)
     add 469c7ee177 Define a "arrow-pyrarrow" crate to implement the "pyarrow" 
feature. (#7694)
     add 7b374b9b7a arrow-array: Implement PartialEq for RunArray (#7727)
     add 1ededfe024 [Variant] Introduce new type over &str for ShortString 
(#7718)
     add e54b72bc4d fix: Do not add null buffer for `NullArray` in 
MutableArrayData (#7726)
     add 2788762c63 fix JSON decoder error checking for UTF16 / surrogate 
parsing panic (#7721)
     add df702cfc71 Prepare for `55.2.0` release (#7722)
     add 6d01dd9faf Perf: Optimize comparison kernels for inlined views (#7731)
     add 7e77c81ae7 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   (44815f3a0d)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/prost-dfa7aae14e 
(7e77c81ae7)

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/integration.yml                |   3 +-
 .github/workflows/rust.yml                       |   6 +-
 CHANGELOG-old.md                                 |  74 ++++++++
 CHANGELOG.md                                     | 213 +++++++++++++++++------
 Cargo.toml                                       |  34 ++--
 arrow-array/src/array/mod.rs                     |   6 +
 arrow-array/src/array/null_array.rs              |  31 ++++
 arrow-array/src/array/run_array.rs               |  67 ++++++-
 arrow-data/src/transform/mod.rs                  |   4 +-
 arrow-json/src/reader/tape.rs                    |  24 ++-
 arrow-ord/src/cmp.rs                             |  33 +++-
 {arrow-arith => arrow-pyarrow}/Cargo.toml        |  12 +-
 arrow/src/pyarrow.rs => arrow-pyarrow/src/lib.rs |  18 +-
 {arrow => arrow-pyarrow}/tests/pyarrow.rs        |   8 +-
 arrow/Cargo.toml                                 |   8 +-
 arrow/benches/comparison_kernels.rs              |  28 +++
 arrow/src/lib.rs                                 |   2 +-
 dev/release/update_change_log.sh                 |   4 +-
 parquet-variant/Cargo.toml                       |   2 +-
 parquet-variant/src/builder.rs                   |  35 ++--
 parquet-variant/src/decoder.rs                   |   7 +-
 parquet-variant/src/variant.rs                   |  98 +++++++++--
 parquet-variant/tests/variant_interop.rs         |  17 +-
 parquet/src/arrow/arrow_writer/mod.rs            |  16 +-
 parquet/src/file/writer.rs                       |  19 +-
 25 files changed, 614 insertions(+), 155 deletions(-)
 copy {arrow-arith => arrow-pyarrow}/Cargo.toml (82%)
 rename arrow/src/pyarrow.rs => arrow-pyarrow/src/lib.rs (98%)
 rename {arrow => arrow-pyarrow}/tests/pyarrow.rs (95%)

Reply via email to