This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push: new 6476dbc92afa [MINOR][BUILD] Fix download of preview releases in the news 6476dbc92afa is described below commit 6476dbc92afa08a168a189d0a83201d07ece60ad Author: Hyukjin Kwon <gurwls...@apache.org> AuthorDate: Wed Sep 3 09:53:51 2025 +0900 [MINOR][BUILD] Fix download of preview releases in the news ### What changes were proposed in this pull request? This PR proposes to fix download of preview releases in the news when releasing. ### Why are the changes needed? To have the correct download links for previews when they are released. ### Does this PR introduce _any_ user-facing change? No, dev-only. ### How was this patch tested? Manually. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #52208 from HyukjinKwon/fix-download-links. Authored-by: Hyukjin Kwon <gurwls...@apache.org> Signed-off-by: Hyukjin Kwon <gurwls...@apache.org> --- dev/create-release/release-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/create-release/release-build.sh b/dev/create-release/release-build.sh index 93ec3684ccc4..0b713ca359f3 100755 --- a/dev/create-release/release-build.sh +++ b/dev/create-release/release-build.sh @@ -318,10 +318,10 @@ meta: _wpas_done_all: '1' --- To enable wide-scale community testing of the upcoming Spark ${BASE_VERSION} release, the Apache Spark community has posted a -<a href="https://archive.apache.org/dist/spark/spark-${RELEASE_VERSION}/">Spark ${RELEASE_VERSION} release</a>. +<a href="${RELEASE_LOCATION}/spark-${RELEASE_VERSION}">Spark ${RELEASE_VERSION} release</a>. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark ${BASE_VERSION}. If you would like to test the release, -please <a href="https://archive.apache.org/dist/spark/spark-${RELEASE_VERSION}/">download</a> it, and send feedback using either +please <a href="${RELEASE_LOCATION}/spark-${RELEASE_VERSION}">download</a> it, and send feedback using either <a href="https://spark.apache.org/community.html">mailing lists</a> or <a href="https://issues.apache.org/jira/browse/SPARK/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel">JIRA</a>. The documentation is available at the <a href="https://spark.apache.org/docs/${RELEASE_VERSION}/">link</a>. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org