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

github-bot pushed a change to branch 
dependabot/maven/java/io.grpc-grpc-bom-1.68.1
in repository https://gitbox.apache.org/repos/asf/arrow.git


 discard 6944ead3f2 MINOR: [Java] Bump io.grpc:grpc-bom from 1.65.0 to 1.68.1 
in /java
     add 5e3ef5196a MINOR: [Dev] Remove Rossi from collaborators list (#44694)
     add d7e982cf3e GH-44607: [C++][Dev] Update bundled Thrift, update mirrors 
to use CDN (#44685)
     add aab7d81aee GH-43631: [C++] Add C++ implementation of Async C Data 
Interface (#44495)
     add d7641dcd65 GH-44614: [Python][C++] Add version suffix to 
libarrow_python* libraries (#44702)
     add ae0f60ade8 MINOR: [Java] Bump com.puppycrawl.tools:checkstyle from 
10.20.0 to 10.20.1 in /java (#44692)
     add d7bc3788ea GH-44706: [Release][Archery][Packaging] Add "so_version" 
variable (#44707)
     add d534e77248 GH-44679: [C++][Python] Fix Flight Timestamp precision, 
revert workaround from #43537 (#44681)
     add 479e3502a9 GH-44716: [Dev][Integration] Add numpy to archery 
integration deps (#44717)
     add 354a22fa92 MINOR: [Release] Proactively remove java-jni-dist directory 
in verification script (#44718)
     add 65f498b16d GH-44479: [CI][Archery] Add missing Flight integration 
targets (#44691)
     add 26aa75f3b6 GH-44223: [Dev] Use "Gandiva" instead of "C++ - Gandiva" 
label (#44722)
     add 474c675eee MINOR: [Docs] Add Opaque to implementation status matrix 
(#44723)
     add 29e8ea0110 GH-44491: [C++] StatusConstant- cheaply copied const Status 
(#44493)
     add 3b3af5d76e GH-43080: [CI][Dev] Enable shellcheck (#44724)
     add 1afae0b976 GH-44726: [CI] Update substrait consumer call to use 
updated producer and consumer parameters (#44727)
     add 3f25672916 GH-43808: [C++] skip `-0117` in StrptimeZoneOffset for old 
glibc (#44621)
     add 736d7067a0 GH-43570: [CI][Dev][Docs] Update references to 
"docker-compose" with "docker compose" (#43575)
     add df40f7ad46 GH-43951: [CI][Python] Use GitHub Packages for vcpkg cache 
(#44644)
     add 133e114918 GH-44703: [CI][MATLAB][Packaging] Update MATLAB CI and 
`crossbow` packaging workflows to build against MATLAB `R2024b` (#44704)
     add 1df960eb67 MINOR: [JS] Bump cross-spawn from 7.0.3 to 7.0.5 in /js 
(#44746)
     add 6427ed4852 GH-27919: [CI][C++] Add a nightly job to test offline build 
(#44721)
     add e79f65cbd7 MINOR: [Java] Bump `orc-core` to 1.9.5 (#44743)
     add 23328ff638 GH-44754: [C++] Use lowercased `windows.h` to enable 
cross-platform builds (#44755)
     add 64a3768c9d MINOR: [Docs][Python] Fix a few minor typos (#44756)
     add 00de992cf9 GH-44744: [C++] Upgrade ORC to 2.0.3 (#44745)
     add 99bdb80fc3 MINOR: [C++] Fix the simple typo in the test (#44747)
     add 4c2aef7b23 GH-44749: [CI][Dev] Apply ShellCheck lint to 
ci/scripts/c_glib_test.sh (#44750)
     add aa26f28a64 GH-44651: [Python] Allow from_buffers to work with 
StringView on Python (#44701)
     add 59decc3219 GH-44767: [C++] Fix Float16.To{Little,Big}Endian on big 
endian machines (#44768)
     add 152e878a2e GH-44714: [C++] Keep field metadata for keys and values 
when importing a map type via the C data interface (#44715)
     add 4dc0492161 GH-44734: [C++][CI] Fix arrow-c-bridge-test timeout with 
threading disabled (#44737)
     add ad752482f8 GH-43410: [Python] Support Arrow PyCapsule stream objects 
in write_dataset (#43771)
     add ea8b1d3c76 GH-44770: [Java] Update minor protobuf version to avoid 
CVE-2024-7254 (#44775)
     add e31e7e111a MINOR: [Java] Bump io.grpc:grpc-bom from 1.65.0 to 1.68.1 
in /java

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   (6944ead3f2)
            \
             N -- N -- N   
refs/heads/dependabot/maven/java/io.grpc-grpc-bom-1.68.1 (e31e7e111a)

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 -
 .env                                               |   2 +-
 .github/ISSUE_TEMPLATE/bug_report.yaml             |   4 +-
 .github/ISSUE_TEMPLATE/feature_request.yaml        |   4 +-
 .github/ISSUE_TEMPLATE/usage_question.yaml         |   4 +-
 .github/workflows/dev_pr/labeler.yml               |   5 +-
 .github/workflows/matlab.yml                       |   6 +-
 .pre-commit-config.yaml                            |  10 +
 ci/docker/python-wheel-manylinux.dockerfile        |  43 ++-
 ci/scripts/c_glib_build.sh                         |  46 +--
 ci/scripts/c_glib_test.sh                          |   6 +-
 ci/scripts/cpp_build.sh                            |  15 +
 ci/scripts/install_vcpkg.sh                        |  33 +-
 ci/scripts/integration_substrait.sh                |   2 +-
 cpp/cmake_modules/ThirdpartyToolchain.cmake        |  19 +-
 cpp/examples/minimal_build/README.md               |   8 +-
 cpp/src/arrow/buffer_test.cc                       |   9 +-
 cpp/src/arrow/c/abi.h                              |   5 +-
 cpp/src/arrow/c/bridge.cc                          | 356 ++++++++++++++++++-
 cpp/src/arrow/c/bridge.h                           |  80 +++++
 cpp/src/arrow/c/bridge_test.cc                     | 121 +++++++
 cpp/src/arrow/filesystem/azurefs_test.cc           |   8 +-
 cpp/src/arrow/flight/flight_internals_test.cc      |  18 +-
 cpp/src/arrow/flight/types.h                       |   3 +-
 cpp/src/arrow/record_batch.h                       |   6 +
 cpp/src/arrow/result.cc                            |  13 +-
 cpp/src/arrow/result.h                             |   8 +-
 cpp/src/arrow/status.cc                            |  23 +-
 cpp/src/arrow/status.h                             |  26 +-
 .../writer.h => cpp/src/arrow/status_internal.h    |  34 +-
 cpp/src/arrow/status_test.cc                       |  22 ++
 cpp/src/arrow/type_fwd.h                           |   2 +
 cpp/src/arrow/util/float16.h                       |   8 -
 cpp/src/arrow/util/float16_test.cc                 |  47 ++-
 cpp/src/arrow/util/io_util.cc                      |   2 +-
 cpp/src/arrow/util/value_parsing_test.cc           |  19 +-
 cpp/thirdparty/versions.txt                        |  10 +-
 dev/README.md                                      |  18 +-
 dev/archery/README.md                              |   2 +-
 dev/archery/archery/crossbow/core.py               |  27 +-
 .../crossbow/tests/fixtures/azure-linux.yaml       |   8 +-
 .../tests/fixtures/crossbow-job-no-failure.yaml    |   4 +-
 .../crossbow/tests/fixtures/crossbow-job.yaml      |   4 +-
 dev/archery/archery/crossbow/tests/test_reports.py |   4 +-
 dev/archery/archery/docker/cli.py                  |  30 +-
 dev/archery/archery/docker/core.py                 |  13 +-
 dev/archery/archery/integration/runner.py          |  22 +-
 dev/archery/setup.py                               |   2 +-
 dev/release/01-prepare-test.rb                     |   7 -
 dev/release/post-12-bump-versions-test.rb          |   7 -
 dev/release/utils-prepare.sh                       |   6 -
 dev/release/verify-release-candidate.sh            |   1 +
 dev/tasks/java-jars/github.yml                     |  10 +
 dev/tasks/matlab/github.yml                        |  10 +-
 dev/tasks/python-wheels/github.linux.yml           |  18 +-
 dev/tasks/python-wheels/github.osx.yml             |  21 +-
 dev/tasks/python-wheels/github.windows.yml         |   4 +-
 dev/tasks/tasks.yml                                |  71 ++--
 docker-compose.yml                                 | 386 ++++++++++++---------
 .../developers/continuous_integration/archery.rst  |  12 +-
 .../developers/continuous_integration/docker.rst   |  42 +--
 docs/source/developers/cpp/development.rst         |   4 +-
 docs/source/developers/java/building.rst           |   2 +-
 docs/source/developers/release.rst                 |   2 +-
 docs/source/format/CDeviceDataInterface.rst        |   8 +
 docs/source/format/Integration.rst                 |   4 +-
 docs/source/status.rst                             |   2 +
 java/adapter/orc/pom.xml                           |   2 +-
 java/dataset/pom.xml                               |   2 +-
 java/pom.xml                                       |   4 +-
 js/yarn.lock                                       |   6 +-
 matlab/tools/cmake/BuildMatlabArrowInterface.cmake |   2 +-
 matlab/tools/packageMatlabInterface.m              |  18 +-
 python/CMakeLists.txt                              |  18 +
 python/examples/minimal_build/README.md            |  12 +-
 python/pyarrow/_dataset.pyx                        |  15 +-
 python/pyarrow/_flight.pyx                         |  13 +-
 python/pyarrow/_fs.pyx                             |   2 +-
 python/pyarrow/_s3fs.pyx                           |   2 +-
 python/pyarrow/array.pxi                           |   7 +-
 python/pyarrow/dataset.py                          |   6 +-
 python/pyarrow/includes/chrono.pxd                 |  23 --
 python/pyarrow/includes/libarrow.pxd               |   1 +
 python/pyarrow/includes/libarrow_flight.pxd        |   4 +-
 python/pyarrow/includes/libarrow_python.pxd        |   4 -
 python/pyarrow/io.pxi                              |   6 +-
 python/pyarrow/src/arrow/python/datetime.h         |  14 -
 python/pyarrow/tests/test_array.py                 |  26 ++
 python/pyarrow/tests/test_dataset.py               |  20 +-
 python/pyarrow/tests/test_flight.py                |  16 +-
 python/pyarrow/tests/test_types.py                 |   8 +
 python/pyarrow/types.pxi                           |  16 +
 python/pyproject.toml                              |   2 +-
 r/tests/testthat/test-backwards-compatibility.R    |   4 +-
 r/vignettes/developers/docker.Rmd                  |   4 +-
 r/vignettes/install.Rmd                            |   6 +-
 96 files changed, 1421 insertions(+), 621 deletions(-)
 copy matlab/src/cpp/arrow/matlab/io/feather/proxy/writer.h => 
cpp/src/arrow/status_internal.h (60%)
 delete mode 100644 python/pyarrow/includes/chrono.pxd

Reply via email to