You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/12/06 00:00:52 UTC

[arrow] branch master updated (27a292f -> e76e1f6)

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

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


    from 27a292f  PARQUET-1692: [C++] Don't use the same CMake variable name for thirdparty version and found version
     add e76e1f6  ARROW-7146: [R][CI] Various fixes and speedups for the R docker-compose setup

No new revisions were added by this update.

Summary of changes:
 .dockerignore                    |  1 +
 .github/workflows/r.yml          |  1 -
 appveyor.yml                     |  2 ++
 ci/conda_env_r.yml               |  1 +
 ci/docker/linux-apt-r.dockerfile | 24 +++++++++++++++++-------
 ci/scripts/r_build.sh            | 40 ----------------------------------------
 ci/scripts/r_deps.sh             |  4 ++--
 ci/scripts/r_test.sh             |  9 ++++++++-
 docker-compose.yml               |  3 ---
 r/NAMESPACE                      |  1 +
 r/R/compression.R                | 22 ++++++++++++++++------
 r/R/parquet.R                    |  4 ++--
 r/man/Codec.Rd                   | 13 +++++++------
 r/man/ParquetFileWriter.Rd       |  2 +-
 r/man/codec_is_available.Rd      | 20 ++++++++++++++++++++
 r/man/write_parquet.Rd           |  2 +-
 16 files changed, 79 insertions(+), 70 deletions(-)
 delete mode 100755 ci/scripts/r_build.sh
 create mode 100644 r/man/codec_is_available.Rd