You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2021/12/01 21:35:02 UTC

[arrow] branch master updated (bca0681 -> f416111)

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

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


    from bca0681  ARROW-12671: [C++] Add OpenTelemetry to ThirdpartyToolchain
     add f416111  ARROW-14932: [CI] Prefer mamba over conda

No new revisions were added by this update.

Summary of changes:
 .env                                          | 45 +++++++++++++++++----------
 ci/appveyor-cpp-setup.bat                     |  9 ++++--
 ci/docker/conda-cpp.dockerfile                | 10 ++++--
 ci/docker/conda-integration.dockerfile        |  4 +--
 ci/docker/conda-python-hdfs.dockerfile        |  4 +--
 ci/docker/conda-python-jpype.dockerfile       |  4 +--
 ci/docker/conda-python-kartothek.dockerfile   |  4 +--
 ci/docker/conda-python-pandas.dockerfile      |  2 +-
 ci/docker/conda-python-spark.dockerfile       |  4 +--
 ci/docker/conda-python-turbodbc.dockerfile    |  4 +--
 ci/docker/conda-python.dockerfile             |  4 +--
 ci/docker/conda.dockerfile                    | 27 ++++++----------
 ci/docker/debian-10-cpp.dockerfile            |  3 +-
 ci/docker/debian-11-cpp.dockerfile            |  5 +--
 ci/docker/fedora-33-cpp.dockerfile            |  5 +--
 ci/docker/linux-apt-r.dockerfile              |  6 ++--
 ci/docker/ubuntu-20.04-cpp-minimal.dockerfile |  6 ++--
 ci/docker/ubuntu-20.04-cpp.dockerfile         |  7 +++--
 ci/docker/ubuntu-21.04-cpp.dockerfile         |  6 ++--
 ci/scripts/install_conda.sh                   | 42 +++++++------------------
 ci/scripts/install_dask.sh                    |  5 ++-
 ci/scripts/install_gcs_testbench.sh           |  9 +++---
 ci/scripts/install_minio.sh                   | 29 +++++++----------
 ci/scripts/r_docker_configure.sh              |  4 +--
 docker-compose.yml                            |  5 ++-
 25 files changed, 120 insertions(+), 133 deletions(-)