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/28 00:09:17 UTC

[arrow] annotated tag apache-arrow-9.0.0 updated (1014c8af12 -> a24956c4f0)

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 1014c8af12 (tag)
      to a24956c4f0 (tag)
 tagging ed75cd072e8930bc97ee73353dc339b0e15bb53f (commit)
 replaces apache-arrow-3.0.0
      by Krisztián Szűcs
      on Thu Jul 28 02:08:41 2022 +0200

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

    omit df299f0db1 MINOR: [Release] Update versions for 9.0.0
    omit a191337774 MINOR: [Release] Update .deb/.rpm changelogs for 9.0.0
    omit dbdf059d11 MINOR: [Release] Update CHANGELOG.md for 9.0.0
     add 9984bf3f4f ARROW-15938: [C++][Compute] Fixing HashJoinBasicImpl in case of zero batches on build side (#13686)
     add be145411f0 ARROW-17227: [C++] Extend hash-join unit tests to cover both empty and length=0 batches (#13725)
     add a0c2fbdb63 MINOR: [Release] Update CHANGELOG.md for 9.0.0
     add 62d7bfdf38 MINOR: [Release] Update .deb/.rpm changelogs for 9.0.0
     add ed75cd072e 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   (1014c8af12)
            \
             N -- N -- N   refs/tags/apache-arrow-9.0.0 (a24956c4f0)

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                                       |  4 +-
 cpp/src/arrow/compute/exec/hash_join.cc            | 57 +++++++-------
 cpp/src/arrow/compute/exec/hash_join_node_test.cc  | 89 +++++++++++++---------
 .../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 +-
 7 files changed, 86 insertions(+), 72 deletions(-)