alamb commented on code in PR #20649:
URL: https://github.com/apache/datafusion/pull/20649#discussion_r2873857228


##########
docs/source/download.md:
##########
@@ -26,7 +26,7 @@ For example:
 
 ```toml
 [dependencies]
-datafusion = "52.1.0"

Review Comment:
   👍 



##########
dev/changelog/53.0.0.md:
##########
@@ -0,0 +1,602 @@
+<!--
+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.0.0 Changelog
+
+This release consists of 447 commits from 105 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.
+
+**Breaking changes:**
+
+- Allow logical optimizer to be run without evaluating now() & refactor 
SimplifyInfo [#19505](https://github.com/apache/datafusion/pull/19505) 
(adriangb)
+- Make default ListingFilesCache table scoped 
[#19616](https://github.com/apache/datafusion/pull/19616) (jizezhang)
+- chore(deps): Update sqlparser to 0.60 
[#19672](https://github.com/apache/datafusion/pull/19672) (Standing-Man)
+- Do not require mut in memory reservation methods 
[#19759](https://github.com/apache/datafusion/pull/19759) (gabotechs)
+- refactor: make PhysicalExprAdatperFactory::create fallible 
[#20017](https://github.com/apache/datafusion/pull/20017) (niebayes)
+- Add `ScalarValue::RunEndEncoded` variant 
[#19895](https://github.com/apache/datafusion/pull/19895) (Jefffrey)
+- minor: remove unused crypto functions & narrow public API 
[#20045](https://github.com/apache/datafusion/pull/20045) (Jefffrey)
+- Wrap immutable plan parts into Arc (make creating `ExecutionPlan`s less 
costly) [#19893](https://github.com/apache/datafusion/pull/19893) (askalt)
+- feat: Support planning subqueries with OuterReferenceColumn belongs to 
non-adjacent outer relations 
[#19930](https://github.com/apache/datafusion/pull/19930) (mkleen)
+- Remove the statistics() api in execution plan 
[#20319](https://github.com/apache/datafusion/pull/20319) (xudong963)
+- Remove recursive const check in `simplify_const_expr` 
[#20234](https://github.com/apache/datafusion/pull/20234) (AdamGS)
+- Cache `PlanProperties`, add fast-path for `with_new_children` 
[#19792](https://github.com/apache/datafusion/pull/19792) (askalt)
+
+**Performance related:**

Review Comment:
   such an amazing list



-- 
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