Skip to content

Commit

Permalink
ARROW-18224: [Release][jar] Use temporary directory for download (#14567
Browse files Browse the repository at this point in the history
)

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Nov 10, 2022
1 parent bbd78fd commit 3767599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ test_jars() {
show_header "Testing Java JNI jars"
maybe_setup_conda maven python || exit 1

local download_dir=jars
local download_dir=${ARROW_TMPDIR}/jars
mkdir -p ${download_dir}

${PYTHON:-python3} $SOURCE_DIR/download_rc_binaries.py $VERSION $RC_NUMBER \
Expand Down

0 comments on commit 3767599

Please sign in to comment.