You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/12/26 02:14:07 UTC

[arrow-adbc] branch main updated: chore(dev/release): reduce parallelism when downloading from GitHub (#288)

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

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 99a6902  chore(dev/release): reduce parallelism when downloading from GitHub (#288)
99a6902 is described below

commit 99a6902e83177c50c272dd212702abc0397c3b55
Author: David Li <li...@gmail.com>
AuthorDate: Sun Dec 25 21:14:02 2022 -0500

    chore(dev/release): reduce parallelism when downloading from GitHub (#288)
---
 dev/release/verify-release-candidate.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh
index 7140197..8e88528 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -619,6 +619,7 @@ test_binary_distribution() {
     ${PYTHON:-python3} "$ARROW_SOURCE_DIR/dev/release/download_rc_binaries.py" \
                        $VERSION $RC_NUMBER \
                        --dest="${BINARY_DIR}" \
+                       --num_parallel 4 \
                        --package_type=github \
                        --repository="${SOURCE_REPOSITORY}" \
                        --tag="apache-arrow-adbc-${VERSION}-rc${RC_NUMBER}"