This is an automated email from the ASF dual-hosted git repository.
kabhwan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 5cf6d34d00 Slight correction of introduction for 3.5.1
5cf6d34d00 is described below
commit 5cf6d34d005332717ff3a65f5645beb9a3383032
Author: Jungtaek Lim <[email protected]>
AuthorDate: Wed Feb 28 18:47:54 2024 +0900
Slight correction of introduction for 3.5.1
<!-- *Make sure that you generate site HTML with `bundle exec jekyll
build`, and include the changes to the HTML in your pull request. See README.md
for more information.* -->
This PR fixes a silly mistake on introducing 3.5.1, it's the **first**
maintenance release of 3.5 version line, not **last**. Directly modified the
html as the change is just several characters.
Author: Jungtaek Lim <[email protected]>
Closes #506 from HeartSaVioR/3.5.1-slight-correction.
---
releases/_posts/2024-02-23-spark-release-3-5-1.md | 2 +-
site/releases/spark-release-3-5-1.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/releases/_posts/2024-02-23-spark-release-3-5-1.md
b/releases/_posts/2024-02-23-spark-release-3-5-1.md
index f01f910a2d..43e97d77ca 100644
--- a/releases/_posts/2024-02-23-spark-release-3-5-1.md
+++ b/releases/_posts/2024-02-23-spark-release-3-5-1.md
@@ -11,7 +11,7 @@ meta:
_wpas_done_all: '1'
---
-Spark 3.5.1 is the last maintenance release containing security and
correctness fixes. This release is based on the branch-3.5 maintenance branch
of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.
+Spark 3.5.1 is the first maintenance release containing security and
correctness fixes. This release is based on the branch-3.5 maintenance branch
of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.
### Notable changes
diff --git a/site/releases/spark-release-3-5-1.html
b/site/releases/spark-release-3-5-1.html
index 93fd0b846a..16360dff7c 100644
--- a/site/releases/spark-release-3-5-1.html
+++ b/site/releases/spark-release-3-5-1.html
@@ -142,7 +142,7 @@
<h2>Spark Release 3.5.1</h2>
-<p>Spark 3.5.1 is the last maintenance release containing security and
correctness fixes. This release is based on the branch-3.5 maintenance branch
of Spark. We strongly recommend all 3.5 users to upgrade to this stable
release.</p>
+<p>Spark 3.5.1 is the first maintenance release containing security and
correctness fixes. This release is based on the branch-3.5 maintenance branch
of Spark. We strongly recommend all 3.5 users to upgrade to this stable
release.</p>
<h3 id="notable-changes">Notable changes</h3>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]