This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 321b83c983 Add Spark 4.0.1 to versions.json (#641)
321b83c983 is described below
commit 321b83c983e888b1f762e0a4dde9aa36c4d11c2e
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Nov 7 14:59:47 2025 -0800
Add Spark 4.0.1 to versions.json (#641)
This PR aims to fix a missing link for Apache Spark 4.1.0 PySpark docs.
According to 4.1.0-preview3 PySpark API docs, we are missing 4.0.1
currently.
- https://spark.apache.org/docs/4.1.0-preview3/api/python/index.html
<img width="179" height="226" alt="Screenshot 2025-11-07 at 14 16 33"
src="https://github.com/user-attachments/assets/8fcf20ba-38fb-4251-ab11-01d5e00c416d"
/>
---
site/static/versions.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/site/static/versions.json b/site/static/versions.json
index ab9447d043..e9b3330636 100644
--- a/site/static/versions.json
+++ b/site/static/versions.json
@@ -1,4 +1,9 @@
[
+ {
+ "name": "4.0.1",
+ "version": "4.0.1",
+ "url": "https://spark.apache.org/docs/4.0.1/api/python/"
+ },
{
"name": "4.0.0",
"version": "4.0.0",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]