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/02/03 13:25:42 UTC

[arrow] branch master updated (56d060c -> 7d34a7c)

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 56d060c  ARROW-15253: [Python] Error in to_pandas for empty dataframe with index with extension type
     add 7d34a7c  ARROW-15533: [C++] Check ARROW_WITH_OPENTELEMETRY in CI

No new revisions were added by this update.

Summary of changes:
 .github/workflows/cpp.yml                     | 3 +++
 ci/docker/conda-cpp.dockerfile                | 2 ++
 ci/docker/debian-10-cpp.dockerfile            | 1 +
 ci/docker/debian-11-cpp.dockerfile            | 1 +
 ci/docker/fedora-33-cpp.dockerfile            | 1 +
 ci/docker/ubuntu-18.04-cpp.dockerfile         | 1 +
 ci/docker/ubuntu-20.04-cpp-minimal.dockerfile | 1 +
 ci/docker/ubuntu-20.04-cpp.dockerfile         | 1 +
 ci/docker/ubuntu-21.04-cpp.dockerfile         | 1 +
 ci/scripts/cpp_build.sh                       | 1 +
 cpp/src/arrow/compute/exec/aggregate_node.cc  | 4 ++--
 cpp/src/arrow/compute/exec/filter_node.cc     | 2 +-
 cpp/src/arrow/compute/exec/project_node.cc    | 2 +-
 cpp/src/arrow/compute/exec/sink_node.cc       | 2 +-
 14 files changed, 18 insertions(+), 5 deletions(-)