comphead commented on code in PR #21559:
URL: https://github.com/apache/datafusion/pull/21559#discussion_r3068268059


##########
dev/changelog/53.1.0.md:
##########
@@ -0,0 +1,51 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Apache DataFusion 53.1.0 Changelog
+
+This release consists of 0 commits from 0 contributors. See credits at the end 
of this changelog for more information.
+
+See the [upgrade 
guide](https://datafusion.apache.org/library-user-guide/upgrading.html) for 
information on how to upgrade from previous versions.
+
+**Other:**
+
+- [branch-53] fix: InList Dictionary filter pushdown type mismatch (#20962) 
[#20996](https://github.com/apache/datafusion/pull/20996) (alamb)
+- [branch-53] Planning speed improve (port of #21084) 
[#21137](https://github.com/apache/datafusion/pull/21137) (blaginin)
+- [branch-53] Fix push_down_filter for children with non-empty fetch fields 
(#21057) [#21142](https://github.com/apache/datafusion/pull/21142) (hareshkh)
+- [branch-53] Substrait join consumer should not merge nullability of join 
keys (#21121) [#21162](https://github.com/apache/datafusion/pull/21162) 
(hareshkh)
+- [branch-53] chore: Optimize schema rewriter usages (#21158) 
[#21183](https://github.com/apache/datafusion/pull/21183) (comphead)
+- [branch-53] fix: use spill writer's schema instead of the first batch schema 
for … [#21451](https://github.com/apache/datafusion/pull/21451) (comphead)
+- [branch-53] fix: use datafusion_expr instead of datafusion crate in spark 
bitmap/… [#21452](https://github.com/apache/datafusion/pull/21452) (comphead)
+- [branch-53] fix: FilterExec should drop projection when apply projection 
pushdown [#21492](https://github.com/apache/datafusion/pull/21492) (comphead)
+- [branch-53] fix: foreign inner ffi types (#21439) 
[#21524](https://github.com/apache/datafusion/pull/21524) (alamb)
+- [branch-53] Restore Sort unparser guard for correct ORDER BY placement 
(#20658) [#21523](https://github.com/apache/datafusion/pull/21523) (alamb)
+
+## Credits
+
+Thank you to everyone who contributed to this release. Here is a breakdown of 
commits (PRs merged) per contributor.
+
+```
+     4  Oleks V
+     3  Andrew Lamb

Review Comment:
   I had to add this section manually, it was blank after running
   
   ```
   uv run ./dev/release/generate-changelog.py 53.0.0 branch-53 53.1.0 > 
dev/changelog/53.1.0.md
   ```
   
   So I had to pull it manually 
   ```
   git shortlog -sn 53.0.0..upstream/branch-53
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to