Skip to content

Commit d3cedb2

Browse files
authored
port 52.5.0 changelog to main (apache#21553)
## Which issue does this PR close? - Part of apache#21078. ## Rationale for this change The `branch-52` release work added the `52.5.0` changelog in apache#21407, and that changelog should also be present on `main`. ## What changes are included in this PR? This PR ports `dev/changelog/52.5.0.md` from apache#21407 onto `main`. Implementation note: I used `git cherry-pick -n` of the merged `branch-52` commit and kept only the changelog file, discarding the version and config changes that do not belong on `main`. ## Are these changes tested? This is a documentation-only chabge ## Are there any user-facing changes? Yes. The `52.5.0` changelog is now available on `main`.
1 parent 62b8ec4 commit d3cedb2

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

dev/changelog/52.5.0.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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 52.5.0 Changelog
21+
22+
This release consists of 8 commits from 3 contributors. See credits at the end of this changelog for more information.
23+
24+
See the [upgrade guide](https://datafusion.apache.org/library-user-guide/upgrading.html) for information on how to upgrade from previous versions.
25+
26+
**Other:**
27+
28+
- [branch-52] Fix push_down_filter for children with non-empty fetch fields (#21057) [#21141](https://github.com/apache/datafusion/pull/21141) (hareshkh)
29+
- [branch-52] Substrait join consumer should not merge nullability of join keys (#21121) [#21161](https://github.com/apache/datafusion/pull/21161) (hareshkh)
30+
- [branch-52] Fix incorrect regex pattern in regex_replace_posix_groups (#19827) [#21396](https://github.com/apache/datafusion/pull/21396) (alamb)
31+
- [branch-52] fix: Fix panic in regexp_like() (#20200) [#21397](https://github.com/apache/datafusion/pull/21397) (alamb)
32+
- [branch-52] fix: use spill writer's schema instead of the first batch schema for spill files (#21293) [#21403](https://github.com/apache/datafusion/pull/21403) (alamb)
33+
- [branch-52] chore: update deps for cargo audit [#21415](https://github.com/apache/datafusion/pull/21415) (alamb)
34+
- [branch-52] Restore Sort unparser guard for correct ORDER BY placement (#20658) [#21358](https://github.com/apache/datafusion/pull/21358) (alamb)
35+
- [BRANCH-52] fix: foreign inner ffi types [#21439](https://github.com/apache/datafusion/pull/21439) (timsaucer)
36+
37+
Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.
38+
39+
```
40+
5 Andrew Lamb
41+
2 Haresh Khanna
42+
1 Tim Saucer
43+
```
44+
45+
Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.

0 commit comments

Comments
 (0)