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/08/18 20:25:07 UTC

[arrow] branch master updated (38c9b37 -> d3af6d4)

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 38c9b37  ARROW-13651: [Ruby] Add support for converting [Symbol] to Arrow array
     add d3af6d4  ARROW-13648: [Dev] Use #!/usr/bin/env instead of #!/bin where possible

No new revisions were added by this update.

Summary of changes:
 c_glib/test/run-test.sh                                             | 2 +-
 ci/scripts/java_jni_build.sh                                        | 2 +-
 ci/scripts/java_jni_macos_build.sh                                  | 2 +-
 ci/scripts/java_jni_manylinux_build.sh                              | 2 +-
 ci/scripts/r_windows_build.sh                                       | 2 +-
 ci/scripts/util_download_apache.sh                                  | 4 +++-
 cpp/build-support/build-lz4-lib.sh                                  | 2 +-
 cpp/build-support/build-zstd-lib.sh                                 | 2 +-
 cpp/build-support/get-upstream-commit.sh                            | 2 +-
 cpp/build-support/iwyu/iwyu.sh                                      | 2 +-
 cpp/build-support/run-infer.sh                                      | 2 +-
 cpp/build-support/run-test.sh                                       | 2 +-
 cpp/build-support/stacktrace_addr2line.pl                           | 2 +-
 cpp/build-support/trim-boost.sh                                     | 2 +-
 cpp/build-support/update-flatbuffers.sh                             | 2 +-
 cpp/build-support/update-thrift.sh                                  | 2 +-
 cpp/build-support/vendor-flatbuffers.sh                             | 2 +-
 cpp/examples/minimal_build/build_arrow.sh                           | 2 +-
 cpp/examples/minimal_build/build_example.sh                         | 2 +-
 cpp/examples/minimal_build/run.sh                                   | 2 +-
 cpp/src/arrow/util/bpacking_simd_codegen.py                         | 2 +-
 dev/archery/generate_files_for_endian_test.sh                       | 2 +-
 dev/conbench_envs/hooks.sh                                          | 2 +-
 dev/merge_arrow_pr.sh                                               | 2 +-
 dev/release/01-prepare.sh                                           | 2 +-
 dev/release/02-source.sh                                            | 2 +-
 dev/release/03-binary-submit.sh                                     | 2 +-
 dev/release/04-binary-download.sh                                   | 2 +-
 dev/release/05-binary-upload.sh                                     | 2 +-
 dev/release/binary/runner.sh                                        | 2 +-
 dev/release/check-rat-report.py                                     | 2 +-
 dev/release/post-01-upload.sh                                       | 2 +-
 dev/release/post-02-binary.sh                                       | 2 +-
 dev/release/post-03-website.sh                                      | 2 +-
 dev/release/post-04-ruby.sh                                         | 2 +-
 dev/release/post-05-js.sh                                           | 2 +-
 dev/release/post-06-csharp.sh                                       | 2 +-
 dev/release/post-08-remove-rc.sh                                    | 2 +-
 dev/release/post-09-docs.sh                                         | 2 +-
 dev/release/post-10-python.sh                                       | 2 +-
 dev/release/post-11-java.sh                                         | 2 +-
 dev/release/post-12-bump-versions.sh                                | 2 +-
 dev/release/run-rat.sh                                              | 2 +-
 dev/release/setup-gpg-agent.sh                                      | 2 +-
 dev/release/verify-apt.sh                                           | 2 +-
 dev/release/verify-release-candidate.sh                             | 2 +-
 dev/release/verify-yum.sh                                           | 2 +-
 dev/tasks/conda-recipes/arrow-cpp/build-arrow.sh                    | 2 +-
 dev/tasks/conda-recipes/arrow-cpp/build-pyarrow.sh                  | 2 +-
 dev/tasks/conda-recipes/r-arrow/build.sh                            | 2 +-
 dev/tasks/conda-recipes/r-arrow/build_win.sh                        | 2 +-
 dev/tasks/conda-recipes/r-arrow/configure.win                       | 2 +-
 .../apache-arrow/yum/amazon-linux-2/qemu-dummy-static               | 2 +-
 dev/tasks/linux-packages/apt/build.sh                               | 2 +-
 dev/tasks/linux-packages/yum/build.sh                               | 6 +++---
 python/examples/minimal_build/build_conda.sh                        | 2 +-
 python/examples/minimal_build/build_venv.sh                         | 2 +-
 r/cleanup                                                           | 2 +-
 r/configure                                                         | 2 +-
 r/inst/build_arrow_static.sh                                        | 2 +-
 r/lint.sh                                                           | 2 +-
 61 files changed, 65 insertions(+), 63 deletions(-)