You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ya...@apache.org on 2023/09/25 01:37:14 UTC

[spark] branch master updated: [SPARK-45257][CORE][FOLLOWUP] Correct the from version in migration guide

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

yao 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 f81f51467b8 [SPARK-45257][CORE][FOLLOWUP] Correct the from version in migration guide
f81f51467b8 is described below

commit f81f51467b85779086873860d5bac0d5429c9a29
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Mon Sep 25 09:37:01 2023 +0800

    [SPARK-45257][CORE][FOLLOWUP] Correct the from version in migration guide
    
    ### What changes were proposed in this pull request?
    
    Correct the from version in migration guide
    
    ### Why are the changes needed?
    
    Address comments  https://github.com/apache/spark/commit/8d599972872225e336467700715b1d4771624efe#r128053622
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Review
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #43072 from pan3793/SPARK-45257-followup.
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Kent Yao <ya...@apache.org>
---
 docs/core-migration-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/core-migration-guide.md b/docs/core-migration-guide.md
index 765c3494f66..2464d774240 100644
--- a/docs/core-migration-guide.md
+++ b/docs/core-migration-guide.md
@@ -22,7 +22,7 @@ license: |
 * Table of contents
 {:toc}
 
-## Upgrading from Core 3.4 to 4.0
+## Upgrading from Core 3.5 to 4.0
 
 - Since Spark 4.0, Spark will compress event logs. To restore the behavior before Spark 4.0, you can set `spark.eventLog.compress` to `false`.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org