This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch maint-9.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 74a4a0244e ARROW-15591: [C++] Add support for aggregation to the
Substrait consumer (#13130)
new c8ac3690bb ARROW-17051: [C++] Link Flight/gRPC/Protobuf consistently
(#13599)
new 6d524780db ARROW-17213: [C++] Fix for valgrind issue in
test-r-linux-valgrind crossbow build (#13715)
new 107163fec8 ARROW-16612: [R] Fix compression inference from filename
(#13625)
new 5839e594b5 ARROW-17211: [Java] Fix java-jar nightly on gh &
self-hosted runners (#13712)
new 5564777f2e ARROW-17206: [R] Skip test to fix snappy sanitizer issue
(#13704)
new 0d8c1d5d98 ARROW-17100: [C++][Parquet] Fix backwards compatibility for
ParquetV2 data pages written prior to 3.0.0 per ARROW-10353 (#13665)
The 6 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:
.travis.yml | 2 -
ci/docker/ubuntu-18.04-cpp.dockerfile | 5 +-
ci/docker/ubuntu-20.04-cpp.dockerfile | 5 +-
ci/docker/ubuntu-22.04-cpp.dockerfile | 5 +-
ci/scripts/java_full_build.sh | 11 ++--
cpp/CMakeLists.txt | 2 +-
cpp/src/arrow/compute/kernels/scalar_compare.cc | 3 +-
cpp/src/arrow/flight/CMakeLists.txt | 42 ++++++-------
cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 16 +++++
cpp/src/parquet/column_reader.cc | 19 ++++--
cpp/src/parquet/column_reader.h | 4 +-
cpp/src/parquet/file_reader.cc | 11 +++-
cpp/src/parquet/metadata.cc | 9 +++
cpp/src/parquet/metadata.h | 1 +
docker-compose.yml | 1 -
r/R/csv.R | 40 ++++++------
r/R/feather.R | 21 ++++---
r/R/io.R | 76 +++++++----------------
r/R/ipc-stream.R | 10 ---
r/R/json.R | 5 ++
r/R/parquet.R | 9 +++
r/man/make_readable_file.Rd | 11 +---
r/man/read_feather.Rd | 6 +-
r/man/read_ipc_stream.Rd | 6 --
r/man/write_feather.Rd | 9 +--
r/man/write_ipc_stream.Rd | 6 --
r/tests/testthat/test-compressed.R | 8 +++
r/tests/testthat/test-compute.R | 2 +
r/tests/testthat/test-csv.R | 25 +++++++-
r/tests/testthat/test-feather.R | 16 +++++
r/tests/testthat/test-parquet.R | 16 +++++
testing | 2 +-
32 files changed, 241 insertions(+), 163 deletions(-)