You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2022/11/03 11:39:31 UTC

[arrow] branch master updated (5e53978b56 -> 8074496cb4)

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

apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from 5e53978b56 ARROW-15460: [R] Add as.data.frame.Dataset method (#14461)
     add 8074496cb4 ARROW-18206: [C++][CI] Add a nightly build for C++20 compilation (#14571)

No new revisions were added by this update.

Summary of changes:
 ci/docker/alpine-linux-3.16-cpp.dockerfile |  1 -
 ci/docker/conda-cpp.dockerfile             |  1 -
 cpp/src/arrow/compute/exec/source_node.cc  | 37 +++++++++++++++---------------
 cpp/src/arrow/compute/light_array.cc       |  5 ++--
 cpp/src/arrow/csv/column_builder.cc        |  6 ++---
 cpp/src/arrow/dataset/file_parquet.cc      |  9 ++++----
 cpp/src/arrow/testing/gtest_util.cc        |  2 +-
 cpp/src/arrow/util/future_test.cc          |  7 +++---
 cpp/src/arrow/util/hashing.h               |  2 +-
 cpp/src/arrow/util/thread_pool_test.cc     |  3 ++-
 cpp/src/parquet/arrow/reader.cc            |  9 +++++---
 cpp/src/parquet/column_reader.cc           |  2 +-
 cpp/src/parquet/file_reader.cc             |  9 +++++---
 cpp/src/parquet/statistics_test.cc         | 14 +++++------
 cpp/src/plasma/client.cc                   |  2 +-
 cpp/src/plasma/common.h                    |  3 ++-
 dev/tasks/tasks.yml                        |  4 ++--
 docker-compose.yml                         | 16 ++++++-------
 18 files changed, 71 insertions(+), 61 deletions(-)