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/02/16 11:59:38 UTC

[arrow] branch master updated (96dbeec -> 96ff3b4)

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 96dbeec  ARROW-11616: [Rust][DataFusion] Add collect_partitioned on DataFrame
     add 96ff3b4  ARROW-11641: [CI] Use docker buildkit's inline cache to reuse build cache across different hosts

No new revisions were added by this update.

Summary of changes:
 .env                                     |  6 ++++
 .github/workflows/cpp.yml                |  4 +--
 .github/workflows/cpp_cron.yml           |  4 +--
 .github/workflows/dev.yml                |  2 --
 .github/workflows/go.yml                 |  2 --
 .github/workflows/integration.yml        |  2 --
 .github/workflows/java.yml               |  2 --
 .github/workflows/java_jni.yml           |  2 --
 .github/workflows/js.yml                 |  2 --
 .github/workflows/python.yml             |  2 --
 .github/workflows/python_cron.yml        |  2 --
 .github/workflows/r.yml                  |  2 --
 .github/workflows/ruby.yml               |  2 --
 dev/archery/archery/cli.py               | 25 +++++++++++---
 dev/archery/archery/docker.py            | 58 +++++++++++++++++++++++++-------
 dev/archery/archery/tests/test_cli.py    | 24 ++++++++++---
 dev/archery/archery/tests/test_docker.py | 27 ++++++++++++++-
 17 files changed, 121 insertions(+), 47 deletions(-)