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

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


 discard acb228230d GH-43683: [Python] Use pandas StringDtype when enabled 
(pandas 3+) (#44195)
 discard 35d9c15717 GH-45212: [C++][Parquet] Fix uninitialized 
size_statistics_level property (#45213)
 discard ffea469330 GH-45164: [CI][Integration] Follow build script name change 
in apache/arrow-java (#45199)
 discard ab66378a31 GH-45140: [Dev][Release] Release guide improvements (#45141)
 discard 77b39d7f07 MINOR: [Release] Update versions for 19.0.0
 discard 82188c33d3 MINOR: [Release] Update .deb/.rpm changelogs for 19.0.0
 discard 3a9ef3b8cb 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)

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   (acb228230d)
            \
             N -- N -- N   refs/heads/maint-19.0.0 (fa0b2d77a8)

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                                       | 211 ---------------------
 c_glib/meson.build                                 |   2 +-
 c_glib/vcpkg.json                                  |   2 +-
 ci/scripts/PKGBUILD                                |   2 +-
 cpp/CMakeLists.txt                                 |   2 +-
 cpp/vcpkg.json                                     |   2 +-
 csharp/Directory.Build.props                       |   2 +-
 dev/tasks/homebrew-formulae/apache-arrow-glib.rb   |   2 +-
 dev/tasks/homebrew-formulae/apache-arrow.rb        |   2 +-
 .../apache-arrow-apt-source/debian/changelog       |   6 -
 .../yum/apache-arrow-release.spec.in               |   3 -
 .../linux-packages/apache-arrow/debian/changelog   |   6 -
 .../linux-packages/apache-arrow/yum/arrow.spec.in  |   3 -
 docs/source/_static/versions.json                  |   9 +-
 js/package.json                                    |   2 +-
 matlab/CMakeLists.txt                              |   2 +-
 python/CMakeLists.txt                              |   2 +-
 python/pyproject.toml                              |   2 +-
 r/DESCRIPTION                                      |   2 +-
 r/NEWS.md                                          |   2 +-
 r/pkgdown/assets/versions.html                     |   5 +-
 r/pkgdown/assets/versions.json                     |   8 +-
 ruby/red-arrow-cuda/lib/arrow-cuda/version.rb      |   2 +-
 .../red-arrow-dataset/lib/arrow-dataset/version.rb |   2 +-
 .../lib/arrow-flight-sql/version.rb                |   2 +-
 ruby/red-arrow-flight/lib/arrow-flight/version.rb  |   2 +-
 ruby/red-arrow/lib/arrow/version.rb                |   2 +-
 ruby/red-gandiva/lib/gandiva/version.rb            |   2 +-
 ruby/red-parquet/lib/parquet/version.rb            |   2 +-
 29 files changed, 27 insertions(+), 266 deletions(-)

Reply via email to