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 2019/09/05 15:36:22 UTC

[arrow] branch master updated (b829f53 -> 5931d59)

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 b829f53  ARROW-6385: [C++] Use xxh3 instead of custom hashing code for non-tiny strings
     add 5931d59  ARROW-6443: [CI][Crossbow] Nightly conda osx builds fail

No new revisions were added by this update.

Summary of changes:
 .../conda-recipes/.ci_support/linux_python2.7.yaml | 22 ++++++++++
 .../conda-recipes/.ci_support/linux_python3.6.yaml | 22 ++++++++++
 .../conda-recipes/.ci_support/linux_python3.7.yaml | 23 +++++++++-
 .../conda-recipes/.ci_support/osx_python2.7.yaml   | 22 ++++++++++
 .../conda-recipes/.ci_support/osx_python3.6.yaml   | 22 ++++++++++
 .../conda-recipes/.ci_support/osx_python3.7.yaml   | 22 ++++++++++
 ..._compilervs2015cxx_compilervs2015python3.6.yaml | 22 ----------
 ...pilervs2015cxx_compilervs2015python3.6vc14.yaml | 51 ++++++++++++++++++++++
 ..._compilervs2015cxx_compilervs2015python3.7.yaml | 22 ----------
 ...pilervs2015cxx_compilervs2015python3.7vc14.yaml | 51 ++++++++++++++++++++++
 dev/tasks/conda-recipes/arrow-cpp/bld.bat          |  6 ++-
 dev/tasks/conda-recipes/arrow-cpp/build.sh         | 12 ++---
 dev/tasks/conda-recipes/arrow-cpp/meta.yaml        | 32 ++++++++------
 dev/tasks/conda-recipes/azure.osx.yml              |  5 ---
 dev/tasks/conda-recipes/parquet-cpp/meta.yaml      |  8 ++--
 dev/tasks/conda-recipes/pyarrow/bld.bat            |  4 +-
 dev/tasks/conda-recipes/pyarrow/build.sh           | 13 +++---
 dev/tasks/conda-recipes/pyarrow/meta.yaml          | 30 ++++++-------
 dev/tasks/tasks.yml                                |  4 +-
 19 files changed, 295 insertions(+), 98 deletions(-)
 delete mode 100644 dev/tasks/conda-recipes/.ci_support/win_c_compilervs2015cxx_compilervs2015python3.6.yaml
 create mode 100644 dev/tasks/conda-recipes/.ci_support/win_c_compilervs2015cxx_compilervs2015python3.6vc14.yaml
 delete mode 100644 dev/tasks/conda-recipes/.ci_support/win_c_compilervs2015cxx_compilervs2015python3.7.yaml
 create mode 100644 dev/tasks/conda-recipes/.ci_support/win_c_compilervs2015cxx_compilervs2015python3.7vc14.yaml