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

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


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

    from 64e48838ed (tag)
      to 7d5a0beaa5 (tag)
 tagging c3d031250a7fdcfee5e576833bf6f39097602c30 (commit)
 replaces apache-arrow-3.0.0
      by Krisztián Szűcs
      on Tue May 3 18:56:56 2022 +0200

- Log -----------------------------------------------------------------
[Release] Apache Arrow Release 8.0.0
-----------------------------------------------------------------------

    omit 77d35493c3 [Release] Update versions for 8.0.0
    omit 8db69c6f57 [Release] Update .deb/.rpm changelogs for 8.0.0
    omit e2840b56ff [Release] Update CHANGELOG.md for 8.0.0
     add ab6cf83bda MINOR: [Release] Export DYLD_LIBRARY_PATH instead of 
LD_LIBRARY_PATH during verification on macOS (#13045)
     add 64d11b4825 ARROW-16442: [Python][Dataset] Fix fragments of ORC Dataset 
to use FileFragment class
     add ffd80740ee ARROW-16035: [Java] Handling empty JDBC ResultSet
     add 0d30a05212 ARROW-16413: [Python] Certain dataset APIs hang with a 
python filesystem
     new b2af29260b [Release] Update CHANGELOG.md for 8.0.0
     new 9cd5422f60 [Release] Update .deb/.rpm changelogs for 8.0.0
     new c3d031250a [Release] Update versions for 8.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   (64e48838ed)
            \
             N -- N -- N   refs/tags/apache-arrow-8.0.0 (7d5a0beaa5)

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.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                                       |  6 ++-
 dev/release/verify-release-candidate.sh            |  3 +-
 .../apache-arrow-apt-source/debian/changelog       |  2 +-
 .../yum/apache-arrow-release.spec.in               |  2 +-
 .../linux-packages/apache-arrow/debian/changelog   |  2 +-
 .../linux-packages/apache-arrow/yum/arrow.spec.in  |  2 +-
 .../arrow/adapter/jdbc/ArrowVectorIterator.java    | 20 ++++++--
 .../arrow/adapter/jdbc/h2/JdbcToArrowTest.java     | 25 ++++++++--
 python/pyarrow/_dataset.pyx                        |  9 +++-
 python/pyarrow/_dataset_parquet.pyx                |  7 +--
 python/pyarrow/tests/test_dataset.py               | 53 ++++++++++++++++++++++
 11 files changed, 112 insertions(+), 19 deletions(-)

Reply via email to