This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 7aea8bf7a6 GH-41316: [CI][Python] Reduce CI time on macOS (#41378)
add 899422e16e GH-39301: [Archery][CI][Integration] Add nanoarrow to
archery + integration setup (#39302)
No new revisions were added by this update.
Summary of changes:
.github/workflows/integration.yml | 6 +
ci/scripts/integration_arrow_build.sh | 2 +
ci/scripts/{rust_build.sh => nanoarrow_build.sh} | 41 ++----
dev/archery/archery/cli.py | 5 +-
dev/archery/archery/integration/datagen.py | 3 +
dev/archery/archery/integration/runner.py | 8 +-
.../archery/integration/tester_nanoarrow.py | 148 +++++++++++++++++++++
docker-compose.yml | 2 +
8 files changed, 185 insertions(+), 30 deletions(-)
copy ci/scripts/{rust_build.sh => nanoarrow_build.sh} (52%)
create mode 100644 dev/archery/archery/integration/tester_nanoarrow.py