This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/github_actions/matlab-actions/setup-matlab-3.1.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
omit a9bb5212bf MINOR: [CI] Bump matlab-actions/setup-matlab from 3.0.1 to
3.1.0
add 3183434af0 GH-50999: [CI][Python] Fix NuGet based vcpkg cache failures
on musllinux (#51092)
add 3fcc1c0f1e GH-51101: [C++][Emscripten] Increase test stack size
(#51103)
add f1c0558e30 GH-51096: [CI][C++] Remove useless test-file-cleanup and
retry logic from run-test.sh (#51110)
add 1932bf5888 GH-51111: [Dev] Group
apache/infrastructure-actions/stash/{save,restore} Dependabot updates (#51112)
add 1f3839459e MINOR: [CI] Bump the apache-infrastructure-actions-stash
group with 2 updates (#51113)
add ff30c725d2 GH-50925: [C++] Allow CSV reader to pad rows with missing
trailing fields (#50926)
add a769c291e0 GH-45086: [C++] Fix heap buffer overflow in
FillNullForward/Backward … (#50843)
add d5eb88e93e MINOR: [CI] Bump the apache-infrastructure-actions-stash
group with 2 updates (#51124)
add e89273352e GH-51135: [C++][Parquet] Avoid misaligned stores when
reading BYTE_ARRAY decimals (#51136)
add a62870ce4c GH-51095: [CI][C++] Fix core file detection in run-test.sh
(#51121)
add a4e3909bcf GH-51029: [C++] Fix MapArray validation with unknown null
count (#51093)
add f69ec05524 GH-50993: [CI][Integration] Add extension-wrapped union to
integration data (#51027)
add 8ebb6360f5 GH-51140: [C++] Require simdjson 4.3.0 for fractured_json
APIs (#51142)
add 958724151a GH-49970: [GLib] Enable tests for custom extension data
type (#49971)
add 503cee9aee GH-51138: [Python] Fix ccache efficiency (#51139)
add 987e2312c3 GH-38868: [C++][Python] Add Array::ToTensor and fixed size
list support (#50929)
add 157575a986 GH-48137: [C++] Restore ThreadPool state when a worker
fails to start (#51107)
add 1b0b16a8f6 GH-51144: [C++] Incorrect Logic for
AdaptiveUIntBuilder::AppendValues (#51146)
add 8eadad7073 GH-51148: [Docs] Repoint three dead links (#51149)
add be3f4208eb GH-50378: [R] Reading a parquet with a Float16 column
yields incorrect value (#50451)
add 31298ee900 GH-50492: [R] Add release process skill (#50499)
add ce6fb9f5e2 GH-51152: [R] test-r-linux-as-cran nightly fails with NOTE
about non-standard top-level file jarl.toml (#51154)
add 8fabb87600 GH-50897: [Python] Fix typo LZ0 -> LZO in ORC writer
docstring (#50898)
add 5d26062e39 MINOR: [C++][Parquet][Doc] pointer dereference instead of
dot in parquet.rst (#49932)
add 287c749468 MINOR: [Docs][C++] Clarify ARROW_TEST_DATA requirement for
tests (#48789)
add e0cf4184dd MINOR: [Docs] Fix reference to `int8` runs type in
canonical extensions (#51010)
add 120b0b760d GH-50899: [CI][C++] Use OIDC instead of ACCESS_KEY and
SECRET_KEY for sccache's s3 creds (#51028)
add 4da2a7e5ff GH-50239: [R] Data race issue from R API requests in
parallel region (#50488)
add 399f27c940 GH-50298: [CI][R] Update ubuntu-clang CI job to use clang
22 to match CRAN (#50299)
add c7bbf1332a MINOR: [Python] Mention interval in the is_temporal
docstring (#51016)
add 9808d818ce GH-38868: [Python] Add dlpack producer to
FixedShapeTensorArray/Scalar (#51159)
add 89b3a604c8 GH-50987: [C++] Fix builds with the macOS 11.3 SDK (#50997)
add f4ee045dc3 GH-51156: [C++] Raise CapacityError instead of truncating
binary values over 2 GiB (#51158)
add 248d6037b3 GH-51098: [Release] Update CHANGELOG.md as a post release
task (#51117)
add d6b14d8086 MINOR: [CI] Bump matlab-actions/setup-matlab from 3.0.1 to
3.1.0
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 (a9bb5212bf)
\
N -- N -- N
refs/heads/dependabot/github_actions/matlab-actions/setup-matlab-3.1.0
(d6b14d8086)
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:
.claude/skills/r-cran-release/SKILL.md | 395 +
.github/dependabot.yml | 5 +
.github/workflows/cpp.yml | 12 +-
.github/workflows/cpp_extra.yml | 24 +-
.github/workflows/cpp_windows.yml | 4 +-
.github/workflows/dev.yml | 9 +-
.github/workflows/package_linux.yml | 4 +-
.github/workflows/python.yml | 12 +-
.github/workflows/ruby.yml | 16 +-
CHANGELOG.md | 7808 ++++++++++++++++++++
c_glib/test/test-extension-data-type.rb | 23 +-
ci/docker/linux-r.dockerfile | 3 +
ci/docker/python-wheel-musllinux.dockerfile | 7 +-
ci/scripts/python_build.sh | 2 +-
ci/scripts/r_docker_configure.sh | 17 +
compose.yaml | 2 +
cpp/build-support/run-test.sh | 93 +-
cpp/cmake_modules/SetupCxxFlags.cmake | 6 +-
cpp/cmake_modules/ThirdpartyToolchain.cmake | 2 +-
cpp/src/arrow/array/array_base.cc | 14 +
cpp/src/arrow/array/array_base.h | 15 +
cpp/src/arrow/array/array_binary_test.cc | 23 +
cpp/src/arrow/array/array_list_test.cc | 148 +
cpp/src/arrow/array/array_nested.cc | 50 +-
cpp/src/arrow/array/array_nested.h | 8 +
cpp/src/arrow/array/array_primitive.h | 18 +
cpp/src/arrow/array/array_test.cc | 77 +
cpp/src/arrow/array/builder_adaptive.cc | 1 +
cpp/src/arrow/array/builder_binary.h | 8 +
cpp/src/arrow/c/bridge.cc | 9 +-
cpp/src/arrow/c/bridge_test.cc | 10 +-
cpp/src/arrow/c/dlpack.cc | 95 +-
cpp/src/arrow/c/dlpack_test.cc | 39 +-
cpp/src/arrow/compute/kernels/vector_replace.cc | 24 +-
.../arrow/compute/kernels/vector_replace_test.cc | 60 +
cpp/src/arrow/csv/converter.cc | 15 +-
cpp/src/arrow/csv/options.h | 2 +
cpp/src/arrow/csv/parser.cc | 7 +
cpp/src/arrow/csv/parser.h | 27 +-
cpp/src/arrow/csv/parser_benchmark.cc | 2 +-
cpp/src/arrow/csv/parser_test.cc | 78 +-
cpp/src/arrow/csv/reader.cc | 4 +-
cpp/src/arrow/csv/reader_test.cc | 46 +
cpp/src/arrow/dataset/file_csv.cc | 20 +-
cpp/src/arrow/extension/fixed_shape_tensor.cc | 2 +-
cpp/src/arrow/extension/fixed_shape_tensor.h | 6 +-
.../integration_tests/test_integration_client.cc | 5 +-
.../integration/c_data_integration_internal.cc | 3 +-
cpp/src/arrow/integration/json_integration_test.cc | 4 +-
cpp/src/arrow/integration/json_internal.cc | 2 +-
cpp/src/arrow/tensor.cc | 7 +-
cpp/src/arrow/tensor.h | 7 +
cpp/src/arrow/tensor_test.cc | 2 +-
cpp/src/arrow/testing/extension_type.h | 6 +
cpp/src/arrow/testing/gtest_util.cc | 14 +
cpp/src/arrow/util/bitmap_ops.cc | 16 +-
cpp/src/arrow/util/thread_pool.cc | 25 +-
cpp/src/arrow/util/thread_pool.h | 3 +-
cpp/src/arrow/util/thread_pool_test.cc | 31 +
cpp/src/parquet/arrow/reader_internal.cc | 4 +-
dev/archery/MANIFEST.in | 2 +-
dev/archery/archery/integration/datagen.py | 25 +
dev/archery/archery/release/cli.py | 5 +-
dev/archery/archery/release/core.py | 5 +
dev/release/post-10-bump-versions-test.rb | 51 +
dev/release/post-10-bump-versions.sh | 8 +
dev/release/rat_exclude_files.txt | 2 +-
dev/tasks/docker-tests/github.linux.yml | 6 +
dev/tasks/macros.jinja | 18 +-
dev/tasks/matlab/github.yml | 8 +
dev/tasks/python-wheels/github.linux.yml | 3 +
.../r/github.linux.arrow.version.back.compat.yml | 6 +
dev/tasks/r/github.linux.cran.yml | 9 +-
dev/tasks/r/github.linux.offline.build.yml | 6 +
dev/tasks/r/github.linux.sanitizers.yml | 6 +
dev/tasks/r/github.linux.versions.yml | 6 +
dev/tasks/r/github.macos-linux.local.yml | 6 +
dev/tasks/r/github.packages.yml | 9 +
docs/source/cpp/parquet.rst | 10 +-
.../developers/continuous_integration/crossbow.rst | 2 +-
docs/source/developers/cpp/building.rst | 19 +
docs/source/developers/java/development.rst | 2 +-
docs/source/format/CDeviceDataInterface.rst | 2 +-
docs/source/format/CanonicalExtensions.rst | 2 +-
python/CMakeLists.txt | 17 +-
python/pyarrow/array.pxi | 76 +-
python/pyarrow/includes/libarrow.pxd | 6 +-
python/pyarrow/orc.py | 2 +-
python/pyarrow/scalar.pxi | 29 +
python/pyarrow/tests/test_dlpack.py | 109 +-
python/pyarrow/types.py | 2 +-
r/.Rbuildignore | 2 +-
r/.lintr | 18 -
r/PACKAGING.md | 12 +-
r/src/RTasks.cpp | 8 +-
r/src/array_to_vector.cpp | 7 +-
r/src/r_task_group.h | 1 +
r/src/r_to_arrow.cpp | 5 +-
r/tests/testthat/test-chunked-array.R | 14 +-
r/tests/testthat/test-dplyr-funcs-type.R | 13 +-
r/tools/contributor_stats.R | 111 +
101 files changed, 9655 insertions(+), 376 deletions(-)
create mode 100644 .claude/skills/r-cran-release/SKILL.md
delete mode 100644 r/.lintr
create mode 100644 r/tools/contributor_stats.R