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

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


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

    from 325c722b95 (tag)
      to 98ae03875f (tag)
 tagging 7dd1d34074af176d9e861a360e135ae57b21cf96 (commit)
 replaces apache-arrow-16.0.0
      by Raúl Cumplido
      on Thu May 9 09:21:29 2024 +0200

- Log -----------------------------------------------------------------
[Release] Apache Arrow Release 16.1.0
-----------------------------------------------------------------------

    omit 120b067ed5 MINOR: [Release] Update versions for 16.1.0
    omit 683eda9eb1 MINOR: [Release] Update .deb/.rpm changelogs for 16.1.0
    omit f1c9890963 MINOR: [Release] Update CHANGELOG.md for 16.1.0
     add b28633cfe5 MINOR: [Release] Manually commit fix to avoid cherry-pick 
conflict for changing runner on java-jars
     add dcfeceb93f GH-41140: [C#] Account for offset and length in union 
arrays (#41165)
     add 6cfebb947e GH-41562: [C++][Parquet] Decoding: Fix num_value handling 
in ByteStreamSplitDecoder (#41565)
     add be62f6c571 GH-41577: [Java][Packaging] Add 
org.apache.arrow.memory.core to --add-opens=java.base/java.nio
     add 81940c69e6 GH-41431: [C++][Parquet][Dataset] Fix repeated scan on 
encrypted dataset (#41550)
     add 5874287714 GH-41594: [Go] Support reading `date64` type & properly 
validate list-like types (#41595)
     new 63a42871f2 MINOR: [Release] Update CHANGELOG.md for 16.1.0
     new ca3e9d1b6f MINOR: [Release] Update .deb/.rpm changelogs for 16.1.0
     new 7dd1d34074 MINOR: [Release] Update versions for 16.1.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   (325c722b95)
            \
             N -- N -- N   refs/tags/apache-arrow-16.1.0 (98ae03875f)

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                                       |  7 +-
 .../arrow/dataset/file_parquet_encryption_test.cc  | 25 ++++---
 cpp/src/parquet/encoding.cc                        | 22 ++++--
 cpp/src/parquet/encoding.h                         |  5 ++
 cpp/src/parquet/encoding_test.cc                   |  4 +-
 cpp/src/parquet/file_reader.cc                     | 83 +++++++++++----------
 cpp/src/parquet/metadata.cc                        |  8 ++
 cpp/src/parquet/metadata.h                         |  2 +
 csharp/src/Apache.Arrow/Arrays/DenseUnionArray.cs  |  3 +-
 csharp/src/Apache.Arrow/Arrays/SparseUnionArray.cs |  1 -
 csharp/src/Apache.Arrow/Arrays/UnionArray.cs       | 13 +++-
 csharp/test/Apache.Arrow.Tests/UnionArrayTests.cs  | 87 ++++++++++++++++++----
 dev/tasks/java-jars/github.yml                     |  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/csv/common.go                             | 40 ++++++----
 go/arrow/csv/reader.go                             | 74 ++++++++----------
 go/arrow/csv/reader_test.go                        |  8 ++
 go/arrow/csv/testdata/header.csv                   |  8 +-
 go/arrow/csv/testdata/types.csv                    |  8 +-
 go/arrow/csv/transformer.go                        | 69 ++++-------------
 java/dataset/pom.xml                               |  2 +-
 24 files changed, 277 insertions(+), 202 deletions(-)

Reply via email to