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

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


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

    from 292dffc  (tag)
      to 18b4f42  (tag)
 tagging 0c419fcd2529d65b0cb902368ecba46a50db1622 (commit)
 replaces apache-arrow-2.0.0
      by Krisztián Szűcs
      on Fri Jan 15 18:13:53 2021 +0100

- Log -----------------------------------------------------------------
[maven-release-plugin] copy for tag apache-arrow-3.0.0
-----------------------------------------------------------------------

 discard 68d5115  [maven-release-plugin] prepare release apache-arrow-3.0.0
 discard a2a677e  [Release] Update versions for 3.0.0
 discard f96e379  [Release] Update .deb/.rpm changelogs for 3.0.0
 discard 065b33a  [Release] Update CHANGELOG.md for 3.0.0
     add eaa7b7a  ARROW-10247: [C++][Dataset] Support writing datasets 
partitioned on dictionary columns
     new 69accf8  [Release] Update CHANGELOG.md for 3.0.0
     new 88d893b  [Release] Update .deb/.rpm changelogs for 3.0.0
     new b93da74  [Release] Update versions for 3.0.0
     new 0c419fc  [maven-release-plugin] prepare release apache-arrow-3.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   (292dffc)
            \
             N -- N -- N   refs/tags/apache-arrow-3.0.0 (18b4f42)

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 4 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                                       | 444 ++++++++++-----------
 cpp/src/arrow/dataset/expression.cc                |  57 ++-
 cpp/src/arrow/dataset/file_base.cc                 |  12 +-
 cpp/src/arrow/dataset/file_base.h                  |   3 +
 cpp/src/arrow/dataset/file_ipc_test.cc             |  12 +
 cpp/src/arrow/dataset/partition.cc                 | 109 +++--
 cpp/src/arrow/dataset/partition.h                  |  56 ++-
 cpp/src/arrow/dataset/partition_test.cc            |  61 +++
 .../apache-arrow-archive-keyring/debian/changelog  |   2 +-
 .../apache-arrow/debian.ubuntu-xenial/changelog    |   2 +-
 .../linux-packages/apache-arrow/debian/changelog   |   2 +-
 python/pyarrow/_dataset.pyx                        |  57 ++-
 python/pyarrow/dataset.py                          |  21 +-
 python/pyarrow/includes/libarrow_dataset.pxd       |   7 +-
 python/pyarrow/tests/test_dataset.py               |  50 +++
 testing                                            |   2 +-
 16 files changed, 581 insertions(+), 316 deletions(-)

Reply via email to