This is an automated email from the ASF dual-hosted git repository.

dongjoon-hyun 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 3278ab997b93 [SPARK-58034][DOC] Fix `Connect Overview` doc to use 
`site.SPARK_VERSION`
3278ab997b93 is described below

commit 3278ab997b937cd604569e0b7b7dad75e1039d78
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jul 8 09:12:03 2026 -0700

    [SPARK-58034][DOC] Fix `Connect Overview` doc to use `site.SPARK_VERSION`
    
    ### What changes were proposed in this pull request?
    
    This PR replaces the hardcoded `version 4.1.0-SNAPSHOT` in the Scala REPL 
welcome banner of `docs/spark-connect-overview.md` with the Liquid template 
`{{site.SPARK_VERSION}}`, so the banner tracks `docs/_config.yml` instead of a 
literal string.
    
    ### Why are the changes needed?
    
    Currently, Apache Spark website shows `4.1.0-SNAPSHOT` in `Spark 4.1.2`.
    - https://spark.apache.org/docs/latest/spark-connect-overview.html
    
    <img width="687" height="336" alt="Screenshot 2026-07-07 at 23 55 34" 
src="https://github.com/user-attachments/assets/9a43865d-df6b-49e1-8839-db59463e1043";
 />
    
    Apache Spark 4.2.0 RCs are also affected.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No. This is a documentation-only change.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Fable 5
    
    Closes #57117 from dongjoon-hyun/dongjoon/awesome-sinoussi-9e8060.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 docs/spark-connect-overview.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/spark-connect-overview.md b/docs/spark-connect-overview.md
index 3c15153e0305..df0129ff0d48 100644
--- a/docs/spark-connect-overview.md
+++ b/docs/spark-connect-overview.md
@@ -228,7 +228,7 @@ Welcome to
       ____              __
      / __/__  ___ _____/ /__
     _\ \/ _ \/ _ `/ __/  '_/
-   /___/ .__/\_,_/_/ /_/\_\   version 4.1.0-SNAPSHOT
+   /___/ .__/\_,_/_/ /_/\_\   version {{site.SPARK_VERSION}}
       /_/
 
 Type in expressions to have them evaluated.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to