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

brycemecum pushed a change to annotated tag apache-arrow-19.0.0-rc0
in repository https://gitbox.apache.org/repos/asf/arrow.git


*** WARNING: tag apache-arrow-19.0.0-rc0 was modified! ***

    from a8a979a41b (tag)
      to ce7589c57b (tag)
 tagging 400b068b45aa06160963e8de2c21d026dbe0d4ac (commit)
 replaces apache-arrow-3.0.0
      by Bryce Mecum
      on Wed May 28 19:40:14 2025 +0000

- Log -----------------------------------------------------------------
[Release] Apache Arrow Release 19.0.0 RC0
-----------------------------------------------------------------------

 discard a999eaccb1 MINOR: [Release] Update versions for 19.0.0
 discard f6b7bc80c6 MINOR: [Release] Update .deb/.rpm changelogs for 19.0.0
 discard 848fde3793 MINOR: [Release] Update CHANGELOG.md for 19.0.0
 discard 8677e33380 GH-45175: [Python] Honor the strings_to_categorical keyword 
in to_pandas for string view type (#45176)
     add 6e3932b061 GH-45175: [Python] Honor the strings_to_categorical keyword 
in to_pandas for string view type (#45176)
     add 5ce627cd89 GH-45140: [Dev][Release] Release guide improvements (#45141)
     add 18d3341f1c GH-45164: [CI][Integration] Follow build script name change 
in apache/arrow-java (#45199)
     add fde843ac5f GH-45212: [C++][Parquet] Fix uninitialized 
size_statistics_level property (#45213)
     add fa0b2d77a8 GH-43683: [Python] Use pandas StringDtype when enabled 
(pandas 3+) (#44195)
     add d969d8bc50 MINOR: [Release] Update CHANGELOG.md for 19.0.0
     add 9b01027045 MINOR: [Release] Update .deb/.rpm changelogs for 19.0.0
     add 400b068b45 MINOR: [Release] Update versions for 19.0.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag 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   (a8a979a41b)
            \
             N -- N -- N   refs/tags/apache-arrow-19.0.0-rc0 (ce7589c57b)

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.md                                       |  11 +-
 ci/scripts/integration_arrow_build.sh              |   2 +-
 cpp/src/parquet/properties.h                       |   1 +
 .../apache-arrow-apt-source/debian/changelog       |   2 +-
 .../yum/apache-arrow-release.spec.in               |   2 +-
 .../linux-packages/apache-arrow/debian/changelog   |   2 +-
 .../linux-packages/apache-arrow/yum/arrow.spec.in  |   2 +-
 dev/tasks/tasks.yml                                |   6 +
 docker-compose.yml                                 |   1 +
 docs/source/developers/release.rst                 | 127 +++++++++++++--------
 python/pyarrow/array.pxi                           |   2 +
 python/pyarrow/pandas-shim.pxi                     |  17 ++-
 python/pyarrow/pandas_compat.py                    |  62 ++++++++--
 python/pyarrow/tests/test_compute.py               |  19 +--
 python/pyarrow/tests/test_feather.py               |   6 +-
 python/pyarrow/tests/test_pandas.py                |  77 ++++++++++---
 16 files changed, 247 insertions(+), 92 deletions(-)

Reply via email to