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 8800a22 ARROW-7663: [Python] Raise better error message when passing
mixed-type (int/string) Pandas dataframe to pyarrow Table
add f146d5d ARROW-8359: [C++/Python] Enable linux-aarch64 builds
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 2 +-
dev/archery/archery/bot.py | 7 +++-
dev/tasks/conda-recipes/arrow-cpp/build-arrow.sh | 1 +
dev/tasks/conda-recipes/arrow-cpp/meta.yaml | 3 --
dev/tasks/conda-recipes/drone-steps.sh | 27 +++++++++++++++
dev/tasks/conda-recipes/drone.yml | 43 ++++++++++++++++++++++++
dev/tasks/crossbow.py | 10 +++++-
dev/tasks/tasks.yml | 27 +++++++++++++++
8 files changed, 114 insertions(+), 6 deletions(-)
create mode 100755 dev/tasks/conda-recipes/drone-steps.sh
create mode 100644 dev/tasks/conda-recipes/drone.yml