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

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


 discard ad0c67ba75 GH-49003: [C++] Don't consider `out_of_range` an error in 
float parsing (#49095)
 discard f7d709e324 GH-49044: [CI][Python] Fix test_download_tzdata_on_windows 
by adding required user-agent on urllib request (#49052)
 discard 6b12dac474 MINOR: [CI][Release] Fix incorrect path in 
release_candidate.yml (#48871)
 discard 78ce4dd6d9 GH-49059: [C++] Fix issues found by OSS-Fuzz in IPC reader 
(#49060)
 discard c8b02abd5f GH-48983: [Packaging][Python] Build wheel from sdist using 
build and add check to validate LICENSE.txt and NOTICE.txt are part of the 
wheel contents (#48988)
 discard b49f5c4d70 GH-48985: [GLib][Ruby] Fix GC problems in node options and 
expressions (#48989)
     add dfd48e681a GH-48983: [Packaging][Python] Build wheel from sdist using 
build and add check to validate LICENSE.txt and NOTICE.txt are part of the 
wheel contents (#48988)
     add 073caf4dd7 GH-49059: [C++] Fix issues found by OSS-Fuzz in IPC reader 
(#49060)
     add d6d2a890ff MINOR: [CI][Release] Fix incorrect path in 
release_candidate.yml (#48871)
     add ab2c0ad6b2 GH-49044: [CI][Python] Fix test_download_tzdata_on_windows 
by adding required user-agent on urllib request (#49052)
     add f9376e4721 GH-49003: [C++] Don't consider `out_of_range` an error in 
float parsing (#49095)

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   (ad0c67ba75)
            \
             N -- N -- N   refs/heads/maint-23.0.1 (f9376e4721)

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:
 c_glib/arrow-glib/compute.cpp      | 196 +++-------------------------------
 c_glib/arrow-glib/compute.h        |   8 --
 c_glib/arrow-glib/expression.cpp   | 209 ++-----------------------------------
 c_glib/arrow-glib/expression.h     |   3 -
 c_glib/arrow-glib/expression.hpp   |  12 ---
 ruby/red-arrow/ext/arrow/arrow.cpp |  36 -------
 6 files changed, 22 insertions(+), 442 deletions(-)

Reply via email to