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

thisisnic pushed a change to tag r-universe-release
in repository https://gitbox.apache.org/repos/asf/arrow.git


*** WARNING: tag r-universe-release was modified! ***

    from 7acfbb0510 (commit)
      to 9955314ebf (commit)
    omit 7acfbb0510 [CRAN] Add checksums
    omit 2a0511ac95 Update docs
    omit 3f76710f8d GH-48817 [R][C++] Bump C++20 in R build infrastructure 
(#48819)
    omit 455df29493 GH-48928: [R] Update NEWS for 23.0.0 release (#48930)
    omit dc8cbe5354 GH-44926: [R] Remove usage of cpp11's cpp11/altrep.hpp and 
HAS_ALTREP (#48902)
     add 6901d3652c GH-48844: [C++] Check IPC Message body length consistency 
in IPC file (#48845)
     add 90cce42803 GH-48856: [Release] Update copyright NOTICE year to 2026 
(#48857)
     add 34bf0e2e5c GH-48311: [C++] Fix OOB memory access in buffered IO 
(#48322)
     add 9ecfdf911b GH-48623: [CI][Archery][Dev] Add missing headers to email 
reports (#48624)
     add 4fe8f42944 GH-48861: [CI] Fix wrong `smtplib.SMTP.send_message` usage 
(#48876)
     add 8abac092ca GH-48894: [Python][C++] Use base 
Azure::Core::RequestFailedException instead of final 
Azure::Storage::StorageException and set minimum nodejs on conda env to 16 for 
Azurite to work (#48895)
     add 288de2f8a4 GH-48858: [C++][Parquet] Avoid re-serializing footer for 
signature verification (#48859)
     add 9b8dc05fa6 GH-48900: [C++] Avoid memory blowup with excessive variadic 
buffer count in IPC (#48901)
     add 4e2752c6b0 GH-48885: [C++] Add missing curl dependency of 
`Arrow::arrow_static` CMake target (#48891)
     add d9d72a90a9 GH-48160: [C++][Gandiva] Pass CPU attributes to LLVM 
(#48161)
     add 8dd6c8ef60 GH-48973: [R][C++] Fix RE2 compilation errors under C++20 
(#48976)
     add 51df780a6e GH-48880: [Ruby] Fix a bug that Arrow::ExecutePlan nodes 
may be GC-ed (#48919)
     add 6e0387d5be GH-48637: [C++][FlightRPC] ODBC: Disable `absl` deadlock 
detection (#48747)
     add daf5e960a6 GH-48965: [Python][C++] Compare unique_ptr for 
CFlightResult or CFlightInfo to nullptr instead of NULL (#48968)
     add 1c6aae62c7 GH-48924: [C++][CI] Fix pre-buffering issues in IPC file 
reader (#48925)
     add b63025d6e3 GH-48966: [C++] Fix cookie duplication in the Flight SQL 
ODBC driver and the Flight Client (#48967)
     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)
     add e4f922b162 GH-49138: [Packaging][Python] Remove nightly cython install 
from manylinux wheel dockerfile (#49139)
     add 147bcd6d8f GH-49156: [Python] Require GIL for string comparison 
(#49161)
     add 1bea06ad4e GH-49024: [CI] Update Debian version in `.env` (#49032)
     add 985621dbfc GH-48817 [R][C++] Bump C++20 in R build infrastructure 
(#48819)
     add 4e16a1aeed GH-49159: [C++][Gandiva] Detect overflow in repeat() 
(#49160)
     add 8f6e55736f MINOR: [Release] Update CHANGELOG.md for 23.0.1
     add c1ae37c4a5 MINOR: [Release] Update .deb/.rpm changelogs for 23.0.1
     add 82a374e5f3 MINOR: [Release] Update versions for 23.0.1
     add 9a09aee4a7 Remove badges
     add c22a79ce0f GH-48397: [R] Update docs on how to get our libarrow builds 
(#48995)
     add 8051caf7c4 GH-49067: [R] Disable GCS on macos (#49068)
     add d1cea282ad GH-49176: [C++] CRAN build fail on missing 
std::floating_point concept (#49221)
     add 0dc922e1f0 [CRAN] Add checksums
     add e071718f7b GH-49323: [R] Update NEWS.md for 23.0.1 (#49324)
     add 9955314ebf [R] Update generated documentation

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
tag 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   (7acfbb0510)
            \
             N -- N -- N   refs/tags/r-universe-release (9955314ebf)

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:
 .env                                               |   9 +-
 .github/workflows/cpp_extra.yml                    |   2 +
 .github/workflows/package_linux.yml                |   2 +
 .github/workflows/r_extra.yml                      |  38 +--
 .github/workflows/release_candidate.yml            |   4 +-
 CHANGELOG.md                                       |  38 +++
 NOTICE.txt                                         |   2 +-
 c_glib/meson.build                                 |   2 +-
 c_glib/vcpkg.json                                  |   2 +-
 ci/conda_env_cpp.txt                               |   2 +-
 ci/docker/debian-12-cpp.dockerfile                 | 149 -----------
 ci/docker/debian-13-cpp.dockerfile                 |  11 +-
 ci/docker/fedora-42-r-clang.dockerfile             | 224 +++++++++++++++++
 ci/docker/linux-apt-docs.dockerfile                |   8 +-
 ci/docker/python-wheel-manylinux.dockerfile        |   5 -
 ci/scripts/PKGBUILD                                |   2 +-
 ci/scripts/cpp_test.sh                             |   9 +
 ci/scripts/python_wheel_macos_build.sh             |  12 +-
 ci/scripts/python_wheel_validate_contents.py       |   4 +
 ci/scripts/python_wheel_windows_build.bat          |   2 +-
 ci/scripts/python_wheel_xlinux_build.sh            |   2 +-
 compose.yaml                                       |  36 ++-
 cpp/CMakeLists.txt                                 |   2 +-
 cpp/cmake_modules/ThirdpartyToolchain.cmake        |  14 +-
 cpp/meson.build                                    |   2 +-
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    |   8 +
 cpp/src/arrow/filesystem/azurefs.cc                |  83 ++++---
 cpp/src/arrow/flight/cookie_internal.cc            |   5 +
 cpp/src/arrow/flight/cookie_internal.h             |   8 +-
 .../sql/odbc/odbc_impl/flight_sql_connection.cc    |   3 -
 .../flight/sql/odbc/odbc_impl/flight_sql_driver.cc |   4 +
 cpp/src/arrow/io/buffered.cc                       |  15 +-
 cpp/src/arrow/io/buffered_test.cc                  |  33 +++
 cpp/src/arrow/ipc/message.cc                       |   2 +
 cpp/src/arrow/ipc/read_write_test.cc               |  75 +++---
 cpp/src/arrow/ipc/reader.cc                        | 274 +++++++++++++--------
 cpp/src/arrow/ipc/test_common.cc                   |  47 ++--
 cpp/src/arrow/memory_pool_test.cc                  |   8 +-
 cpp/src/arrow/record_batch.cc                      |  16 +-
 cpp/src/arrow/record_batch_test.cc                 |  16 +-
 cpp/src/arrow/type.h                               |  10 +
 cpp/src/arrow/util/int_util_overflow.h             |  33 +++
 cpp/src/arrow/util/int_util_test.cc                |  18 ++
 cpp/src/arrow/util/value_parsing.cc                |  15 +-
 cpp/src/arrow/util/value_parsing_test.cc           |  12 +
 cpp/src/gandiva/CMakeLists.txt                     |   1 +
 cpp/src/gandiva/engine.cc                          |   1 +
 cpp/src/gandiva/llvm_generator.cc                  |  16 +-
 cpp/src/gandiva/precompiled/string_ops.cc          |   7 +-
 cpp/src/gandiva/precompiled/string_ops_test.cc     |   7 +
 .../testing.h => target_datalayout_test.cc}        |  32 ++-
 cpp/src/gandiva/tests/CMakeLists.txt               |   1 +
 cpp/src/gandiva/tests/decimal_alignment_test.cc    | 252 +++++++++++++++++++
 cpp/src/parquet/file_reader.cc                     | 124 +++++-----
 cpp/src/parquet/metadata.cc                        |  36 +++
 cpp/src/parquet/metadata.h                         |  10 +-
 cpp/vcpkg.json                                     |   2 +-
 dev/archery/archery/ci/cli.py                      |  28 ++-
 dev/archery/archery/crossbow/cli.py                |  54 ++--
 dev/archery/archery/crossbow/reports.py            |  43 +++-
 .../{email-report.txt => nightly-email-report.txt} |   5 +
 .../fixtures/token-expiration-email-report.txt     |  14 ++
 dev/archery/archery/crossbow/tests/test_reports.py |  55 ++++-
 .../archery/templates/email_nightly_report.txt.j2  |  10 +-
 .../templates/email_token_expiration.txt.j2        |  11 +-
 .../archery/templates/email_workflow_report.txt.j2 |  10 +-
 dev/release/verify-apt.sh                          |  18 +-
 dev/release/verify-yum.sh                          |  38 ++-
 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 +
 dev/tasks/r/github.macos.cran.yml                  |  36 ++-
 dev/tasks/r/github.packages.yml                    |   1 -
 dev/tasks/tasks.yml                                |  23 +-
 matlab/CMakeLists.txt                              |   2 +-
 python/CMakeLists.txt                              |   2 +-
 python/pyarrow/_flight.pyx                         |   4 +-
 python/pyarrow/table.pxi                           |   2 +-
 python/pyarrow/util.py                             |  15 +-
 python/pyproject.toml                              |   2 +-
 python/requirements-wheel-build.txt                |   1 +
 r/DESCRIPTION                                      |   2 +-
 r/NEWS.md                                          |   7 +
 r/README.md                                        |  10 +-
 r/data-raw/codegen.R                               |   2 +
 r/inst/NOTICE.txt                                  |   2 +-
 r/man/acero.Rd                                     |   2 +-
 r/pkgdown/assets/versions.html                     |   4 +-
 r/pkgdown/assets/versions.json                     |   4 +-
 r/src/altrep.cpp                                   |  44 ++++
 r/src/array_to_vector.cpp                          |   1 +
 r/src/arrowExports.cpp                             |   2 +
 r/src/arrow_cpp11.h                                |   1 +
 r/src/arrow_types.h                                |   2 +
 .../r-libarrow-darwin-arm64-23.0.0.zip.sha512      |   1 -
 .../r-libarrow-darwin-arm64-23.0.1.zip.sha512      |   1 +
 .../r-libarrow-darwin-x86_64-23.0.0.zip.sha512     |   1 -
 .../r-libarrow-darwin-x86_64-23.0.1.zip.sha512     |   1 +
 .../r-libarrow-linux-x86_64-23.0.0.zip.sha512      |   1 -
 .../r-libarrow-linux-x86_64-23.0.1.zip.sha512      |   1 +
 .../r-libarrow-windows-x86_64-23.0.0.zip.sha512    |   1 -
 .../r-libarrow-windows-x86_64-23.0.1.zip.sha512    |   1 +
 r/tools/nixlibs.R                                  |   2 +-
 r/vignettes/developers/binary_features.Rmd         | 193 +++++++++++++++
 r/vignettes/fs.Rmd                                 |  19 +-
 r/vignettes/install.Rmd                            |   2 +
 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-format/NOTICE.txt                   |   2 +-
 ruby/red-arrow-format/lib/arrow-format/version.rb  |   2 +-
 ruby/red-arrow/ext/arrow/arrow.cpp                 |   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 +-
 testing                                            |   2 +-
 120 files changed, 1823 insertions(+), 659 deletions(-)
 delete mode 100644 ci/docker/debian-12-cpp.dockerfile
 create mode 100644 ci/docker/fedora-42-r-clang.dockerfile
 copy cpp/src/gandiva/{precompiled/testing.h => target_datalayout_test.cc} (59%)
 create mode 100644 cpp/src/gandiva/tests/decimal_alignment_test.cc
 rename dev/archery/archery/crossbow/tests/fixtures/{email-report.txt => 
nightly-email-report.txt} (83%)
 create mode 100644 
dev/archery/archery/crossbow/tests/fixtures/token-expiration-email-report.txt
 delete mode 100644 r/tools/checksums/r-libarrow-darwin-arm64-23.0.0.zip.sha512
 create mode 100644 r/tools/checksums/r-libarrow-darwin-arm64-23.0.1.zip.sha512
 delete mode 100644 r/tools/checksums/r-libarrow-darwin-x86_64-23.0.0.zip.sha512
 create mode 100644 r/tools/checksums/r-libarrow-darwin-x86_64-23.0.1.zip.sha512
 delete mode 100644 r/tools/checksums/r-libarrow-linux-x86_64-23.0.0.zip.sha512
 create mode 100644 r/tools/checksums/r-libarrow-linux-x86_64-23.0.1.zip.sha512
 delete mode 100644 
r/tools/checksums/r-libarrow-windows-x86_64-23.0.0.zip.sha512
 create mode 100644 
r/tools/checksums/r-libarrow-windows-x86_64-23.0.1.zip.sha512
 create mode 100644 r/vignettes/developers/binary_features.Rmd

Reply via email to