This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new c5d86b699f10 [MINOR][BUILD] Fix download of preview releases in the
news
c5d86b699f10 is described below
commit c5d86b699f101d37f6a8452234e90ea74e283935
Author: Hyukjin Kwon <[email protected]>
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 <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
(cherry picked from commit 6476dbc92afa08a168a189d0a83201d07ece60ad)
Signed-off-by: Hyukjin Kwon <[email protected]>
---
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: [email protected]
For additional commands, e-mail: [email protected]