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

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


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

    from c5e1ecd  (tag)
      to 20fa854  (tag)
 tagging bc0649541859095ee77d03a7b891ea8d6e2fd641 (commit)
 replaces apache-arrow-0.17.0
      by Krisztián Szűcs
      on Thu Jul 16 21:39:27 2020 +0200

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

 discard 425b973  [maven-release-plugin] prepare release apache-arrow-1.0.0
 discard c916638  [Release] Update versions for 1.0.0
 discard 1137181  [Release] Update .deb/.rpm changelogs for 1.0.0
 discard 3d8f011  [Release] Update CHANGELOG.md for 1.0.0
     add 954547a  ARROW-9499: [C++] AdaptiveIntBuilder::AppendNull does not 
increment the null count
     add 04d25fb  ARROW-9500: [C++] Do not use std::to_string to fix segfault 
on gcc 7.x in -O3 builds
     add ce4b4c1  ARROW-9497: [C++][Parquet] Fix fuzz failure case caused by 
malformed Parquet data
     add ba8b7be  ARROW-9504: [C++/Python] Segmentation fault on 
ChunkedArray.take
     add 210d360  ARROW-9506: [Packaging][Python] Fix macOS wheel build failures
     new 24a9484  [Release] Update CHANGELOG.md for 1.0.0
     new 57dbcdc  [Release] Update .deb/.rpm changelogs for 1.0.0
     new 61a49fc  [Release] Update versions for 1.0.0
     new bc06495  [maven-release-plugin] prepare release apache-arrow-1.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   (c5e1ecd)
            \
             N -- N -- N   refs/tags/apache-arrow-1.0.0 (20fa854)

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                                       | 1177 ++++++++++----------
 cpp/src/arrow/array/array_test.cc                  |   12 +
 cpp/src/arrow/array/builder_adaptive.h             |    1 +
 .../arrow/compute/kernels/scalar_cast_numeric.cc   |    7 +-
 cpp/src/parquet/column_reader.cc                   |   16 +-
 .../apache-arrow-archive-keyring/debian/changelog  |    2 +-
 .../yum/apache-arrow-release.spec.in               |    2 +-
 .../apache-arrow/debian.ubuntu-xenial/changelog    |    2 +-
 .../linux-packages/apache-arrow/debian/changelog   |    2 +-
 .../linux-packages/apache-arrow/yum/arrow.spec.in  |    2 +-
 dev/tasks/python-wheels/osx-build.sh               |    8 +-
 dev/tasks/python-wheels/travis.osx.yml             |   48 +-
 python/pyarrow/_compute.pyx                        |   12 +-
 python/pyarrow/tests/test_compute.py               |   49 +
 testing                                            |    2 +-
 15 files changed, 718 insertions(+), 624 deletions(-)

Reply via email to