This is an automated email from the ASF dual-hosted git repository.
thisisnic 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 8560309734 (tag)
to 3e25f37798 (tag)
tagging ac2d207611ce25c91fb9fc90d5eaff2933609660 (commit)
replaces apache-arrow-3.0.0
by Raúl Cumplido
on Wed Jul 19 13:03:08 2023 +0200
- Log -----------------------------------------------------------------
[Release] Apache Arrow Release 13.0.0
-----------------------------------------------------------------------
omit b7d2f7ffca MINOR: [Release] Update versions for 13.0.0
omit c28a20a610 MINOR: [Release] Update .deb/.rpm changelogs for 13.0.0
omit 43dd768f31 MINOR: [Release] Update CHANGELOG.md for 13.0.0
omit 0a9898410b GH-37197: [Java][CI][Packaging] Free some disk space on the
java-jars GitHub job (#37198)
omit 73660ff383 GH-36969: [R] Disable GCS by default when doing a bundled
build on gcc-13 (#37147)
omit 594b746892 GH-37019: [R] Documentation for read_parquet() et al needs
updating (#37020)
omit f5a9a59a10 GH-36892: [C++] Fix performance regressions in
`FieldPath::Get` (#37032)
omit 464d01284b GH-36947: [CI] Move free up disk space to the Jinja macros
to be able to reuse it on docs job (#36948)
omit 17a6885cc2 GH-36928: [Java] Make it run well with the netty newest
version 4.1.96 (#36926)
omit 4d228512a9 GH-36913: [C++] Skip empty buffer concatenation to fix
UBSan error (#36914)
omit 7ea78a9a59 PARQUET-2323: [C++] Use bitmap to store pre-buffered column
chunks (#36649)
omit f0f27d748a GH-36688: [C#] Fix dereference error (#36691)
omit 6375be692d GH-36832: [Packaging][RPM] Remove needless Requires (#36833)
omit 8997754cf8 GH-36839: [CI][Docs] Update test-ubuntu-default-docs to use
GitHub actions instead of Azure (#36840)
omit b78a291d6f MINOR: [R] Bump versions following 12.0.1.1 release (#36801)
omit 0adeffa970 GH-36805: [R] Update NEWS.md for 13.0.0 (#36806)
omit bc75d678e6 GH-36812: [C#] Fix C API support to work with .NET desktop
framework (#36813)
add 4e496047b6 MINOR: [Release] Update CHANGELOG.md for 13.0.0
add 729cfa73f8 MINOR: [Release] Update .deb/.rpm changelogs for 13.0.0
add ac2d207611 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 (8560309734)
\
N -- N -- N refs/tags/apache-arrow-13.0.0 (3e25f37798)
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 | 395 ++++++++++-----------
cpp/src/arrow/buffer.cc | 7 +-
cpp/src/arrow/buffer_test.cc | 9 -
cpp/src/arrow/type.cc | 102 ++----
cpp/src/arrow/type_benchmark.cc | 125 -------
cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 4 +-
cpp/src/parquet/file_reader.cc | 33 +-
csharp/src/Apache.Arrow/C/CArrowArray.cs | 14 +-
csharp/src/Apache.Arrow/C/CArrowArrayExporter.cs | 8 +-
csharp/src/Apache.Arrow/C/CArrowArrayImporter.cs | 11 +-
csharp/src/Apache.Arrow/C/CArrowArrayStream.cs | 39 +-
.../Apache.Arrow/C/CArrowArrayStreamExporter.cs | 26 +-
.../Apache.Arrow/C/CArrowArrayStreamImporter.cs | 25 +-
csharp/src/Apache.Arrow/C/CArrowSchema.cs | 14 +-
csharp/src/Apache.Arrow/C/CArrowSchemaExporter.cs | 8 +-
csharp/src/Apache.Arrow/C/CArrowSchemaImporter.cs | 8 +-
.../Apache.Arrow.Tests/Apache.Arrow.Tests.csproj | 9 +-
.../test/Apache.Arrow.Tests/ArrayBuilderTests.cs | 2 -
csharp/test/Apache.Arrow.Tests/ArrowArrayTests.cs | 6 -
.../test/Apache.Arrow.Tests/ArrowReaderVerifier.cs | 4 -
.../Apache.Arrow.Tests/ArrowStreamReaderTests.cs | 12 -
.../Apache.Arrow.Tests/CDataInterfaceDataTests.cs | 10 +-
.../CDataInterfacePythonTests.cs | 48 ++-
.../CDataInterfaceSchemaTests.cs | 10 +-
.../Extensions/Net472Extensions.cs | 34 --
dev/tasks/docs/github.linux.yml | 13 +-
dev/tasks/java-jars/github.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 | 23 +-
dev/tasks/linux-packages/github.linux.yml | 50 ++-
dev/tasks/macros.jinja | 54 ---
dev/tasks/tasks.yml | 13 +-
.../io/netty/buffer/PooledByteBufAllocatorL.java | 2 +-
java/pom.xml | 2 +-
r/NEWS.md | 30 --
r/R/csv.R | 6 +-
r/R/dplyr-funcs-doc.R | 2 +-
r/R/feather.R | 2 +-
r/R/ipc-stream.R | 4 +-
r/R/json.R | 2 +-
r/R/parquet.R | 4 +-
r/configure | 15 -
r/man/acero.Rd | 2 +-
r/man/read_delim_arrow.Rd | 6 +-
r/man/read_feather.Rd | 4 +-
r/man/read_ipc_stream.Rd | 4 +-
r/man/read_json_arrow.Rd | 4 +-
r/man/read_parquet.Rd | 6 +-
r/pkgdown/assets/versions.html | 5 +-
r/pkgdown/assets/versions.json | 2 +-
52 files changed, 445 insertions(+), 780 deletions(-)
delete mode 100644
csharp/test/Apache.Arrow.Tests/Extensions/Net472Extensions.cs