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

dongjoon-hyun pushed a commit to branch branch-4.x
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-4.x by this push:
     new d5a37b955684 [SPARK-58032][4.X][BUILD][DOC] Update `docs/_config.yml` 
version to 4.3.0-SNAPSHOT
d5a37b955684 is described below

commit d5a37b955684a8ad6169e704b79cc0f413b173ce
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jul 8 09:05:57 2026 -0700

    [SPARK-58032][4.X][BUILD][DOC] Update `docs/_config.yml` version to 
4.3.0-SNAPSHOT
    
    ### What changes were proposed in this pull request?
    
    This PR updates `SPARK_VERSION` and `SPARK_VERSION_SHORT` in 
`docs/_config.yml` from `4.1.0-SNAPSHOT`/`4.1.0` to `4.3.0-SNAPSHOT`/`4.3.0`.
    
    ### Why are the changes needed?
    
    SPARK-57443 bumped the branch version to `4.3.0-SNAPSHOT` but missed the 
documentation config.
    - https://github.com/apache/spark/pull/56503
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Fable 5
    
    Closes #57115 from dongjoon-hyun/SPARK-58032.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 docs/_config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index 286803a4d191..f69c4ff6eda8 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -19,8 +19,8 @@ include:
 
 # These allow the documentation to be updated with newer releases
 # of Spark, Scala.
-SPARK_VERSION: 4.1.0-SNAPSHOT
-SPARK_VERSION_SHORT: 4.1.0
+SPARK_VERSION: 4.3.0-SNAPSHOT
+SPARK_VERSION_SHORT: 4.3.0
 SCALA_BINARY_VERSION: "2.13"
 SCALA_VERSION: "2.13.18"
 SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK


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

Reply via email to