Skip to content

Commit a1e0c19

Browse files
authored
docs: add 54.1.0 changelog to main (#2271)
1 parent e3fac40 commit a1e0c19

2 files changed

Lines changed: 51 additions & 0 deletions

File tree

docs/source/changelog/54.1.0.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
-->
19+
20+
# Apache DataFusion Ballista 54.1.0 Changelog
21+
22+
This release consists of 10 commits from 3 contributors. See credits at the end of this changelog for more information.
23+
24+
**Fixed bugs:**
25+
26+
- fix: [branch-54] disable the SortMergeJoinExec broadcast conversion by default [#2130](https://github.com/apache/datafusion-ballista/pull/2130) (andygrove)
27+
- fix: [branch-54] map a task's partition through UnionExec when restricting file scans (backport of #2070) [#2131](https://github.com/apache/datafusion-ballista/pull/2131) (andygrove)
28+
- fix: [branch-54] keep EmptyExec partition count intact across stage serialization (backport of #2062) [#2132](https://github.com/apache/datafusion-ballista/pull/2132) (andygrove)
29+
- fix: [branch-54] send the shutdown notification before dropping the notifier (backport of #2107) [#2237](https://github.com/apache/datafusion-ballista/pull/2237) (sandugood)
30+
- fix: [branch-54] bind the gRPC listener before registering with the scheduler (backport of #2225) [#2236](https://github.com/apache/datafusion-ballista/pull/2236) (andygrove)
31+
- fix: [branch-54] keep GROUP BY-less aggregates when propagating empty stages (backport of #2194) [#2235](https://github.com/apache/datafusion-ballista/pull/2235) (andygrove)
32+
- fix: [branch-54] spill sort shuffle writer when the memory pool rejects a reservation grow (backport of #2061) [#2238](https://github.com/apache/datafusion-ballista/pull/2238) (andygrove)
33+
- fix: [branch-54] enable the executor client pool by default (backport of #2069) [#2234](https://github.com/apache/datafusion-ballista/pull/2234) (andygrove)
34+
- fix: [branch-54] see through Shared wrapper when classifying task IO errors (backport of #2119) [#2239](https://github.com/apache/datafusion-ballista/pull/2239) (goingforstudying-ctrl)
35+
36+
**Other:**
37+
38+
- chore: [branch-54] upgrade DataFusion to 54.1.0 and bump Ballista version to 54.1.0 [#2127](https://github.com/apache/datafusion-ballista/pull/2127) (andygrove)
39+
40+
## Credits
41+
42+
Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.
43+
44+
```
45+
8 Andy Grove
46+
1 sandugood
47+
1 goingforstudying-ctrl
48+
```
49+
50+
Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.

docs/source/changelog/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Per-release change logs for Apache DataFusion Ballista.
2424
```{toctree}
2525
:maxdepth: 1
2626
27+
54.1.0
2728
54.0.0
2829
53.0.0
2930
52.0.0

0 commit comments

Comments
 (0)