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

raulcd pushed a change to branch maint-16.x.x
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from be62f6c571 GH-41577: [Java][Packaging] Add 
org.apache.arrow.memory.core to --add-opens=java.base/java.nio
     new 81940c69e6 GH-41431: [C++][Parquet][Dataset] Fix repeated scan on 
encrypted dataset (#41550)
     new 5874287714 GH-41594: [Go] Support reading `date64` type & properly 
validate list-like types (#41595)

The 2 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:
 .../arrow/dataset/file_parquet_encryption_test.cc  | 25 ++++---
 cpp/src/parquet/file_reader.cc                     | 83 ++++++++++++----------
 cpp/src/parquet/metadata.cc                        |  8 +++
 cpp/src/parquet/metadata.h                         |  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 +++++-------------
 10 files changed, 156 insertions(+), 169 deletions(-)

Reply via email to