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 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 @@
CapturedException to utils