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

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


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

    from 00fc119  (tag)
      to dbe93f1  (tag)
 tagging 6fb7dc7f2d81371f77311081cde860a05245b73f (commit)
 replaces apache-arrow-3.0.0
      by Krisztián Szűcs
      on Fri Jan 21 09:37:14 2022 +0100

- Log -----------------------------------------------------------------
[Release] Apache Arrow Release 7.0.0
-----------------------------------------------------------------------

    omit 1b0c91b  [Release] Update versions for 7.0.0
    omit 55f1e09  [Release] Update .deb/.rpm changelogs for 7.0.0
    omit 203fabf  [Release] Update CHANGELOG.md for 7.0.0
     add 658bec3  ARROW-15153: [Python] Expose ReferencedBufferSize to python
     add a2fe24f  ARROW-15376: [Go][Release] cpu_arm64 needs +build comment
     add 9c5f9a1  Revert "ARROW-12735: [C++] Write GDB plugin"
     add e9a7aed  ARROW-15392: [JS] Disable flaky javascript unittest
     new 23d87a2  [Release] Update CHANGELOG.md for 7.0.0
     new d7a164fd [Release] Update .deb/.rpm changelogs for 7.0.0
     new 6fb7dc7  [Release] Update versions for 7.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   (00fc119)
            \
             N -- N -- N   refs/tags/apache-arrow-7.0.0 (dbe93f1)

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:
 .travis.yml                                        |    2 -
 CHANGELOG.md                                       |    6 +-
 ci/scripts/python_test.sh                          |    1 -
 cpp/gdb_arrow.py                                   | 1894 --------------------
 cpp/src/arrow/ipc/json_simple.cc                   |   14 -
 cpp/src/arrow/ipc/json_simple.h                    |    6 -
 cpp/src/arrow/ipc/json_simple_test.cc              |   19 -
 cpp/src/arrow/python/CMakeLists.txt                |    1 -
 cpp/src/arrow/python/gdb.cc                        |  449 -----
 cpp/src/arrow/python/gdb.h                         |   29 -
 cpp/src/arrow/testing/gtest_util.cc                |    8 +-
 cpp/src/arrow/util/byte_size.h                     |    2 +-
 .../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 +-
 go/arrow/internal/cpu/cpu_arm64.go                 |    2 +-
 js/test/unit/generated-data-tests.ts               |    2 +-
 python/pyarrow/{_dataset_orc.pyx => _engine.pyx}   |   31 +-
 python/pyarrow/array.pxi                           |   38 +-
 python/pyarrow/{tests/__init__.py => engine.py}    |    0
 python/pyarrow/includes/libarrow.pxd               |   12 +-
 python/pyarrow/includes/libarrow_compute.pxd       |   56 +
 .../{_compute.pxd => includes/libarrow_engine.pxd} |   36 +-
 python/pyarrow/lib.pyx                             |    4 -
 python/pyarrow/table.pxi                           |  110 +-
 python/pyarrow/tests/test_array.py                 |   21 +-
 python/pyarrow/tests/test_gdb.py                   |  854 ---------
 python/pyarrow/tests/test_table.py                 |   17 +-
 29 files changed, 270 insertions(+), 3352 deletions(-)
 delete mode 100644 cpp/gdb_arrow.py
 delete mode 100644 cpp/src/arrow/python/gdb.cc
 delete mode 100644 cpp/src/arrow/python/gdb.h
 copy python/pyarrow/{_dataset_orc.pyx => _engine.pyx} (56%)
 copy python/pyarrow/{tests/__init__.py => engine.py} (100%)
 create mode 100644 python/pyarrow/includes/libarrow_compute.pxd
 copy python/pyarrow/{_compute.pxd => includes/libarrow_engine.pxd} (54%)
 delete mode 100644 python/pyarrow/tests/test_gdb.py

Reply via email to