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

yao pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4be5a1ea33 Fix the link of PR-41535 in Spark 3.4.1 release note (#466)
4be5a1ea33 is described below

commit 4be5a1ea33dcaa05aa78dc4b0594493c7b496642
Author: Junbo wang <1042815...@qq.com>
AuthorDate: Thu Jul 13 16:04:51 2023 +0800

    Fix the link of PR-41535 in Spark 3.4.1 release note (#466)
    
    * Fix the link of PR-41535 in Spark 3.4.1 release note
    
    * build the html website
---
 releases/_posts/2023-06-23-spark-release-3-4-1.md | 2 +-
 site/releases/spark-release-3-4-1.html            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 47e231ce8c..6c19f23fcf 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
diff --git a/site/releases/spark-release-3-4-1.html 
b/site/releases/spark-release-3-4-1.html
index de2cef6b56..85e1cc7caa 100644
--- a/site/releases/spark-release-3-4-1.html
+++ b/site/releases/spark-release-3-4-1.html
@@ -130,7 +130,7 @@
 <h3 id="notable-changes">Notable changes</h3>
 
 <ul>
-  <li><a 
href="https://issues.apache.org/jira/browse/SPARK-32559";>[SPARK-32559]</a>: Fix 
the trim logic did&#8217;t handle ASCII control characters correctly</li>
+  <li><a 
href="https://issues.apache.org/jira/browse/SPARK-44383";>[SPARK-44383]</a>: Fix 
the trim logic did&#8217;t handle ASCII control characters correctly</li>
   <li><a 
href="https://issues.apache.org/jira/browse/SPARK-37829";>[SPARK-37829]</a>: 
Dataframe.joinWith outer-join should return a null value for unmatched row</li>
   <li><a 
href="https://issues.apache.org/jira/browse/SPARK-42078";>[SPARK-42078]</a>: Add 
<code class="language-plaintext highlighter-rouge">CapturedException</code> to 
utils</li>
   <li><a 
href="https://issues.apache.org/jira/browse/SPARK-42290";>[SPARK-42290]</a>: Fix 
the OOM error can&#8217;t be reported when AQE on</li>


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

Reply via email to