From 2943f2d3d39a254a344456e03fee481f8bab6c47 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Mon, 25 Sep 2023 09:37:01 +0800 Subject: [PATCH] [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 Signed-off-by: Kent Yao --- 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 765c3494f669b..2464d77424059 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`.