You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2019/09/19 15:48:15 UTC

[arrow] branch master updated (19d1d0a -> c2e8323)

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

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


    from 19d1d0a  ARROW-6244: [C++][Dataset] Add partition key to DataSource interface
     add c2e8323  ARROW-6214: [R] Add R sanitizer docker image

No new revisions were added by this update.

Summary of changes:
 .hadolint.yaml                                     |  1 +
 Makefile.docker                                    |  2 +-
 ci/docker_build_r.sh                               | 12 +++--
 ...cker_build_r.sh => docker_build_r_sanitizer.sh} | 17 ++++--
 ci/docker_install_r_deps.sh                        | 14 ++---
 dev/tasks/tasks.yml                                | 11 ++++
 docker-compose.yml                                 | 13 +++++
 .../Dockerfile.sanitizer                           | 62 ++++++----------------
 r/src/Makevars.in                                  |  5 +-
 r/src/array_to_vector.cpp                          |  8 +--
 ci/conda_env_gandiva.yml => r/tools/ubsan.supp     |  4 +-
 11 files changed, 78 insertions(+), 71 deletions(-)
 copy ci/{docker_build_r.sh => docker_build_r_sanitizer.sh} (77%)
 copy cpp/Dockerfile.ubuntu-bionic => r/Dockerfile.sanitizer (57%)
 copy ci/conda_env_gandiva.yml => r/tools/ubsan.supp (94%)