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

raulcd pushed a change to branch maint-16.1.0
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
     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)

No new revisions were added by this update.

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