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 72a0e96  ARROW-10121: [C++] Fix emission of new dictionaries in IPC 
writer
     add 105873e  ARROW-10068: [C++] Add bundled external project for 
aws-sdk-cpp

No new revisions were added by this update.

Summary of changes:
 .github/workflows/cpp.yml                    |  29 +++--
 .travis.yml                                  |   5 +-
 ci/docker/debian-10-cpp.dockerfile           |  10 +-
 ci/docker/fedora-32-cpp.dockerfile           |  11 +-
 ci/docker/linux-apt-r.dockerfile             |   6 +
 ci/docker/linux-r.dockerfile                 |   4 +
 ci/docker/ubuntu-18.04-cpp.dockerfile        |   3 +
 ci/docker/ubuntu-20.04-cpp.dockerfile        |  11 +-
 ci/scripts/cpp_build.sh                      |   1 +
 ci/scripts/cpp_test.sh                       |  12 --
 ci/scripts/install_minio.sh                  |  14 ++-
 ci/scripts/r_deps.sh                         |   2 +-
 ci/scripts/r_docker_configure.sh             |  19 +++
 ci/scripts/r_test.sh                         |   7 ++
 cpp/Brewfile                                 |   1 +
 cpp/build-support/run-test.sh                |   6 +-
 cpp/cmake_modules/DefineOptions.cmake        |   3 +
 cpp/cmake_modules/ThirdpartyToolchain.cmake  | 179 +++++++++++++++++++++------
 cpp/src/arrow/filesystem/CMakeLists.txt      |  18 ++-
 cpp/src/arrow/filesystem/s3fs_test.cc        |  39 +++++-
 cpp/thirdparty/versions.txt                  |   5 +-
 dev/tasks/homebrew-formulae/travis.osx.r.yml |   2 +-
 dev/tasks/python-wheels/osx-build.sh         |   2 +-
 docker-compose.yml                           |   9 +-
 r/NEWS.md                                    |   4 +-
 r/R/install-arrow.R                          |   6 +-
 r/README.md                                  |   6 +-
 r/configure                                  |   6 +-
 r/inst/build_arrow_static.sh                 |   2 +-
 r/tests/testthat/test-install-arrow.R        |  11 +-
 r/tools/linuxlibs.R                          |  43 ++++++-
 r/vignettes/fs.Rmd                           |   7 +-
 r/vignettes/install.Rmd                      |  23 +++-
 33 files changed, 402 insertions(+), 104 deletions(-)

Reply via email to