You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2022/07/29 16:42:34 UTC

[arrow] annotated tag apache-arrow-9.0.0 updated (9c07201c6a -> 6badf5f1cc)

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

kszucs pushed a change to annotated tag apache-arrow-9.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git


*** WARNING: tag apache-arrow-9.0.0 was modified! ***

    from 9c07201c6a (tag)
      to 6badf5f1cc (tag)
 tagging ea6875fd2a3ac66547a9a33c5506da94f3ff07f2 (commit)
 replaces apache-arrow-3.0.0
      by Krisztián Szűcs
      on Fri Jul 29 18:41:29 2022 +0200

- Log -----------------------------------------------------------------
[Release] Apache Arrow Release 9.0.0
-----------------------------------------------------------------------

    omit 6b59b2f498 MINOR: [Release] Update versions for 9.0.0
    omit 6b9f0cdf05 MINOR: [Release] Update .deb/.rpm changelogs for 9.0.0
    omit 7d539f11c4 MINOR: [Release] Update CHANGELOG.md for 9.0.0
     add 898452991a ARROW-17237: [Release] Restore the installation of python tests dependencies in the python_wheel_unix_test.sh script (#13735)
     add 62de50629d ARROW-17234: [Release][R] Add r-binary-packages to packaging group (#13734)
     add 7ca43fb2a0 ARROW-17238: [Release] Turn off GCS testing during wheel verification (#13736)
     add 5116973489 ARROW-16653: [R] All formats are supported with the lubridate `parse_date_time` binding (#13506)
     add db2173c830 ARROW-17242: [C++][FlightRPC] Propagate RecordBatchReader::Close errors through Flight (#13738)
     add 9625fef290 ARROW-17246: [Packaging][deb][RPM] Don't use system jemalloc (#13739)
     add 9d4b23e6fd MINOR: [Release] Update CHANGELOG.md for 9.0.0
     add db61883b2f MINOR: [Release] Update .deb/.rpm changelogs for 9.0.0
     add ea6875fd2a MINOR: [Release] Update versions for 9.0.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated 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   (9c07201c6a)
            \
             N -- N -- N   refs/tags/apache-arrow-9.0.0 (6badf5f1cc)

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:
 CHANGELOG.md                                       | 323 +++++++++++----------
 ci/scripts/python_wheel_unix_test.sh               |   9 +-
 cpp/src/arrow/flight/server.cc                     |   5 +
 cpp/src/arrow/flight/server.h                      |   3 +
 cpp/src/arrow/flight/test_definitions.cc           |  15 +
 cpp/src/arrow/flight/test_definitions.h            |   2 +
 cpp/src/arrow/flight/test_util.cc                  |  25 ++
 cpp/src/arrow/flight/transport_server.cc           |   2 +-
 dev/release/verify-apt.sh                          |   2 +
 dev/release/verify-release-candidate.sh            |  21 +-
 dev/release/verify-yum.sh                          |  39 ++-
 .../apache-arrow-apt-source/debian/changelog       |   2 +-
 .../yum/apache-arrow-release.spec.in               |   2 +-
 .../apache-arrow/apt/debian-bookworm/Dockerfile    |   1 -
 .../apache-arrow/apt/debian-bullseye/Dockerfile    |   1 -
 .../apache-arrow/apt/ubuntu-bionic/Dockerfile      |   1 -
 .../apache-arrow/apt/ubuntu-focal/Dockerfile       |   1 -
 .../apache-arrow/apt/ubuntu-jammy/Dockerfile       |   1 -
 .../linux-packages/apache-arrow/debian/changelog   |   2 +-
 .../linux-packages/apache-arrow/debian/control.in  |   2 -
 .../apache-arrow/debian/libarrow-dev.install       |   1 -
 dev/tasks/linux-packages/apache-arrow/debian/rules |   3 +-
 .../apache-arrow/yum/almalinux-8/Dockerfile        |   1 -
 .../apache-arrow/yum/almalinux-9/Dockerfile        |   1 -
 .../apache-arrow/yum/amazon-linux-2/Dockerfile     |   1 -
 .../linux-packages/apache-arrow/yum/arrow.spec.in  |   7 +-
 .../apache-arrow/yum/centos-7/Dockerfile           |   1 -
 .../apache-arrow/yum/centos-8-stream/Dockerfile    |   1 -
 .../apache-arrow/yum/centos-9-stream/Dockerfile    |   1 -
 dev/tasks/tasks.yml                                |   1 +
 r/R/dplyr-datetime-helpers.R                       | 110 ++++---
 r/tests/testthat/test-dplyr-funcs-datetime.R       | 265 +++++++++++++++--
 32 files changed, 566 insertions(+), 286 deletions(-)