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 2021/07/01 14:27:16 UTC

[arrow] branch master updated (1ae979d -> 83651ac)

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 1ae979d  ARROW-11930: [C++][Dataset][Compute] Use an ExecPlan for dataset scans
     add 83651ac  ARROW-13223: [C++] Fix Thread Sanitizer test failures

No new revisions were added by this update.

Summary of changes:
 ci/scripts/cpp_build.sh                    |  5 +++++
 cpp/cmake_modules/SetupCxxFlags.cmake      |  7 +++++--
 cpp/src/arrow/compute/exec/expression.cc   | 13 ++++++++-----
 cpp/src/arrow/compute/exec/expression.h    |  3 +++
 cpp/src/arrow/util/async_generator.h       | 31 +++++++++++++++++++++++++-----
 cpp/src/arrow/util/async_generator_test.cc |  5 +++--
 dev/tasks/tasks.yml                        |  3 +++
 docker-compose.yml                         |  2 ++
 8 files changed, 55 insertions(+), 14 deletions(-)