This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/cargo/master/pyo3-0.22.2
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


 discard 9f0e1e194 Update pyo3 requirement from 0.21.1 to 0.22.2
     add 49e714de6 Prepare `52.2.0` release (#6110)
     add fa2fbfdc8 added a flush method to IPC writers (#6108)
     add 3ebb03326 Fix Clippy for the Rust 1.80 release (#6116)
     add 84e9427a8 Update pyo3 requirement from 0.21.1 to 0.22.2

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   (9f0e1e194)
            \
             N -- N -- N   refs/heads/dependabot/cargo/master/pyo3-0.22.2 
(84e9427a8)

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:
 CHANGELOG-old.md                             | 119 +++++++++++++++++++++
 CHANGELOG.md                                 | 154 +++++++++------------------
 Cargo.toml                                   |  32 +++---
 arrow-array/Cargo.toml                       |   1 +
 arrow-array/src/array/byte_view_array.rs     |   2 +-
 arrow-array/src/array/string_array.rs        |  64 -----------
 arrow-cast/Cargo.toml                        |   1 +
 arrow-cast/src/cast/mod.rs                   |  33 +++---
 arrow-cast/src/parse.rs                      |   6 +-
 arrow-data/src/data.rs                       |   6 +-
 arrow-data/src/equal/mod.rs                  |  13 ++-
 arrow-flight/src/decode.rs                   |   4 +-
 arrow-flight/src/encode.rs                   |  13 ++-
 arrow-flight/src/lib.rs                      |   8 +-
 arrow-ipc/src/writer.rs                      |  63 +++++++++++
 arrow-select/src/concat.rs                   |   4 +-
 arrow-string/src/substring.rs                |  34 +++---
 arrow/Cargo.toml                             |   2 +-
 dev/release/update_change_log.sh             |   4 +-
 parquet/src/arrow/arrow_reader/mod.rs        |  10 +-
 parquet/src/arrow/arrow_reader/statistics.rs |  14 +--
 parquet/src/file/metadata/mod.rs             |   6 +-
 parquet/src/file/properties.rs               |   4 +-
 parquet/src/file/writer.rs                   |   7 +-
 parquet/src/format.rs                        |  10 +-
 parquet/src/util/test_common/page_util.rs    |  13 +--
 26 files changed, 359 insertions(+), 268 deletions(-)

Reply via email to