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 2020/05/08 12:19:22 UTC

[arrow] branch master updated (9e9063b -> d7d8723)

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 9e9063b  ARROW-8730: [Rust] Use slice instead of &Vec for function args
     add d7d8723  ARROW-8722: [Dev] Pass environment variables to the container when running "archery docker run -e"

No new revisions were added by this update.

Summary of changes:
 ci/docker/conda-cpp.dockerfile                     |   4 +-
 .../benchmarks => dev/archery/archery}/__init__.py |   0
 dev/archery/archery/cli.py                         |   2 +
 dev/archery/archery/tests/test_cli.py              | 101 +++++++++++++++++++++
 4 files changed, 105 insertions(+), 2 deletions(-)
 copy {python/benchmarks => dev/archery/archery}/__init__.py (100%)
 create mode 100644 dev/archery/archery/tests/test_cli.py