You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/12/16 19:31:46 UTC

[arrow] branch master updated (81c8a0e -> 049118f)

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

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


    from 81c8a0e  ARROW-10209: [Python] Support positional options in compute functions
     add 049118f  ARROW-15133: [CI] Remove util_checkout.sh and util_cleanup.sh scripts

No new revisions were added by this update.

Summary of changes:
 .github/workflows/archery.yml                      |  2 -
 .github/workflows/cpp.yml                          | 24 +++-------
 .github/workflows/csharp.yml                       |  9 ----
 .github/workflows/dev.yml                          | 10 +---
 .github/workflows/docs.yml                         |  4 --
 .github/workflows/go.yml                           | 26 +----------
 .github/workflows/integration.yml                  |  5 +-
 .github/workflows/java.yml                         | 11 +----
 .github/workflows/java_jni.yml                     | 10 +---
 .github/workflows/js.yml                           |  9 +---
 .github/workflows/matlab.yml                       |  2 -
 .github/workflows/python.yml                       |  9 +---
 .github/workflows/r-without-arrow.yml              |  4 --
 .github/workflows/r.yml                            |  8 ----
 .github/workflows/ruby.yml                         | 15 ++----
 ci/scripts/util_checkout.sh                        | 30 ------------
 ci/scripts/util_cleanup.sh                         | 54 ----------------------
 dev/archery/archery/crossbow/core.py               | 24 +++++-----
 dev/tasks/cpp-examples/github.linux.yml            | 21 ++-------
 dev/tasks/docker-tests/github.linux.yml            |  4 --
 dev/tasks/fuzz-tests/github.oss-fuzz.yml           |  4 --
 dev/tasks/linux-packages/github.linux.amd64.yml    |  3 --
 dev/tasks/macros.jinja                             | 22 ++++-----
 .../r/github.linux.arrow.version.back.compat.yml   | 29 +++---------
 dev/tasks/r/github.linux.cran.yml                  | 32 +++----------
 dev/tasks/r/github.linux.offline.build.yml         | 31 +++----------
 dev/tasks/r/github.linux.rchk.yml                  | 20 ++------
 dev/tasks/r/github.linux.revdepcheck.yml           | 32 +++----------
 dev/tasks/r/github.linux.versions.yml              | 32 +++----------
 dev/tasks/r/github.macos-linux.local.yml           | 17 ++-----
 dev/tasks/r/github.macos.autobrew.yml              | 17 ++-----
 31 files changed, 89 insertions(+), 431 deletions(-)
 delete mode 100755 ci/scripts/util_checkout.sh
 delete mode 100755 ci/scripts/util_cleanup.sh