From 26cbc798600d1f02be33bf4b6ddd6bf45ebfd3c3 Mon Sep 17 00:00:00 2001 From: wangjunbo Date: Thu, 13 Jul 2023 10:18:10 +0800 Subject: [PATCH 1/2] Fix the link of PR-41535 in Spark 3.4.1 release note --- releases/_posts/2023-06-23-spark-release-3-4-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/_posts/2023-06-23-spark-release-3-4-1.md b/releases/_posts/2023-06-23-spark-release-3-4-1.md index 47e231ce8cb..6c19f23fcfb 100644 --- a/releases/_posts/2023-06-23-spark-release-3-4-1.md +++ b/releases/_posts/2023-06-23-spark-release-3-4-1.md @@ -15,7 +15,7 @@ Spark 3.4.1 is a maintenance release containing stability fixes. This release is ### Notable changes - - [[SPARK-32559]](https://issues.apache.org/jira/browse/SPARK-32559): Fix the trim logic did't handle ASCII control characters correctly + - [[SPARK-44383]](https://issues.apache.org/jira/browse/SPARK-44383): Fix the trim logic did't handle ASCII control characters correctly - [[SPARK-37829]](https://issues.apache.org/jira/browse/SPARK-37829): Dataframe.joinWith outer-join should return a null value for unmatched row - [[SPARK-42078]](https://issues.apache.org/jira/browse/SPARK-42078): Add `CapturedException` to utils - [[SPARK-42290]](https://issues.apache.org/jira/browse/SPARK-42290): Fix the OOM error can't be reported when AQE on From 02b02f9fe5154e6237bcd227ea73a5b6a2bfe655 Mon Sep 17 00:00:00 2001 From: wangjunbo Date: Thu, 13 Jul 2023 14:09:41 +0800 Subject: [PATCH 2/2] build the html website --- site/releases/spark-release-3-4-1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/releases/spark-release-3-4-1.html b/site/releases/spark-release-3-4-1.html index de2cef6b56d..85e1cc7caa8 100644 --- a/site/releases/spark-release-3-4-1.html +++ b/site/releases/spark-release-3-4-1.html @@ -130,7 +130,7 @@

Spark Release 3.4.1

Notable changes