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

dependabot[bot] pushed a change to branch 
dependabot/github_actions/matlab-actions/run-tests-3.1.2
in repository https://gitbox.apache.org/repos/asf/arrow.git


 discard 8f9dabc590 MINOR: [CI] Bump matlab-actions/run-tests from 3.0.0 to 
3.1.2
     add 52a51ea291 MINOR: [CI] Bump docker/login-action from 4.1.0 to 4.2.0 
(#50039)
     add 3589dc2a5b GH-50010: [C++][Parquet] Fix undefined behavior in 
TypedColumnWriterImpl::UpdateLevelHistogram (#50011)
     add 50eb001b13 GH-50041: [CI][Python] Make 
test_string_to_tzinfo_pytz_fallback more robust for platforms supporting lower 
case tz names (#50042)
     add b5ece7e8b5 GH-49767: [CI][C++] Disable mold on Ubuntu 24.04 to work 
around mold#1247 (#50033)
     add d8757f0a09 MINOR: [Dev] Update collaborators list (#50050)
     add 4e04d46c4e GH-49275: [Doc] Update docs to specify disclosure of AI on 
mailing list messages (#49277)
     add 2c1293f3c5 GH-47447: [C++] Fix replace_with_mask for null type arrays 
(#49950)
     add eb375a5c38 GH-49776: [CI][C++] Install libc6-dbg in apt-based Linux 
C++ images (#50034)
     add d9bc3b947c GH-49901: [R] Bump minimum supported R version to 4.2 now 
that 4.6 is out (#49929)
     add ca8a194bd1 GH-50063: [C++] Validate buffer size for row-major tensors 
(#50064)
     add ed63b926f2 MINOR: [CI] Bump matlab-actions/run-tests from 3.0.0 to 
3.1.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   (8f9dabc590)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/matlab-actions/run-tests-3.1.2 (ed63b926f2)

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:
 .asf.yaml                                          |  1 +
 .github/workflows/package_linux.yml                |  2 +-
 CONTRIBUTING.md                                    |  5 +++
 README.md                                          |  4 +++
 ci/docker/debian-13-cpp.dockerfile                 |  1 +
 ci/docker/debian-experimental-cpp.dockerfile       |  1 +
 ci/docker/ubuntu-22.04-cpp-minimal.dockerfile      |  1 +
 ci/docker/ubuntu-22.04-cpp.dockerfile              |  1 +
 ci/docker/ubuntu-24.04-cpp-minimal.dockerfile      |  1 +
 ci/docker/ubuntu-24.04-cpp.dockerfile              |  8 ++++-
 cpp/src/arrow/compute/kernels/vector_replace.cc    |  8 ++---
 .../arrow/compute/kernels/vector_replace_test.cc   | 36 ++++++++++++++++++++++
 cpp/src/arrow/tensor.cc                            |  1 +
 cpp/src/arrow/tensor_test.cc                       |  3 ++
 cpp/src/parquet/column_writer.cc                   | 13 ++++----
 dev/tasks/macros.jinja                             |  2 --
 .../r/github.linux.arrow.version.back.compat.yml   | 14 ++-------
 dev/tasks/r/github.linux.versions.yml              |  1 -
 docs/source/developers/guide/communication.rst     |  5 +++
 docs/source/developers/overview.rst                |  1 +
 python/pyarrow/tests/test_compute.py               | 28 +++++++++++++++++
 python/pyarrow/tests/test_types.py                 | 11 +++++--
 r/DESCRIPTION                                      |  2 +-
 23 files changed, 118 insertions(+), 32 deletions(-)

Reply via email to