This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a change to annotated tag apache-arrow-13.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
*** WARNING: tag apache-arrow-13.0.0 was modified! ***
from a61aa6116a (tag)
to d11a062238 (tag)
tagging c604084e7c62747780f91d6f8419c47feb4b20fb (commit)
replaces apache-arrow-3.0.0
by Raúl Cumplido
on Tue Aug 1 17:55:22 2023 +0200
- Log -----------------------------------------------------------------
[Release] Apache Arrow Release 13.0.0
-----------------------------------------------------------------------
omit cbf8e41821 MINOR: [Release] Update versions for 13.0.0
omit d818cbe21e MINOR: [Release] Update .deb/.rpm changelogs for 13.0.0
omit 5f642811f0 MINOR: [Release] Update CHANGELOG.md for 13.0.0
add 7ea78a9a59 PARQUET-2323: [C++] Use bitmap to store pre-buffered column
chunks (#36649)
add 4d228512a9 GH-36913: [C++] Skip empty buffer concatenation to fix
UBSan error (#36914)
add 17a6885cc2 GH-36928: [Java] Make it run well with the netty newest
version 4.1.96 (#36926)
add 464d01284b GH-36947: [CI] Move free up disk space to the Jinja macros
to be able to reuse it on docs job (#36948)
new a54932dd1b MINOR: [Release] Update CHANGELOG.md for 13.0.0
new f9e8c1ba10 MINOR: [Release] Update .deb/.rpm changelogs for 13.0.0
new c604084e7c MINOR: [Release] Update versions for 13.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 (a61aa6116a)
\
N -- N -- N refs/tags/apache-arrow-13.0.0 (d11a062238)
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 | 390 +++++++++++----------
cpp/src/arrow/buffer.cc | 7 +-
cpp/src/arrow/buffer_test.cc | 9 +
cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 4 +-
cpp/src/parquet/file_reader.cc | 33 +-
dev/tasks/docs/github.linux.yml | 1 +
.../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 +-
dev/tasks/linux-packages/github.linux.yml | 50 +--
dev/tasks/macros.jinja | 54 +++
.../io/netty/buffer/PooledByteBufAllocatorL.java | 2 +-
java/pom.xml | 2 +-
14 files changed, 294 insertions(+), 266 deletions(-)