Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion releases/_posts/2023-06-23-spark-release-3-4-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion site/releases/spark-release-3-4-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2>Spark Release 3.4.1</h2>
<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>
Expand Down