This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new dfaede0ba5 Minor: final `46.0.0` release tweaks: changelog +
instructions (#15073)
dfaede0ba5 is described below
commit dfaede0ba5c970a131117cb1c089bb338dc64fb3
Author: Andrew Lamb <[email protected]>
AuthorDate: Sun Mar 9 09:36:50 2025 -0400
Minor: final `46.0.0` release tweaks: changelog + instructions (#15073)
* [branch-46] Update changelog for backports to 46.0.0 (#14977)
* Add note about upgrade guide into the release notes (#14979)
* Add new crates
---------
Co-authored-by: xudong.w <[email protected]>
---
dev/changelog/46.0.0.md | 21 +++++++++++++++++----
dev/release/README.md | 2 ++
2 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/dev/changelog/46.0.0.md b/dev/changelog/46.0.0.md
index 1ef5260a1d..3734161e03 100644
--- a/dev/changelog/46.0.0.md
+++ b/dev/changelog/46.0.0.md
@@ -19,7 +19,11 @@ under the License.
# Apache DataFusion 46.0.0 Changelog
-This release consists of 283 commits from 80 contributors. See credits at the
end of this changelog for more information.
+This release consists of 288 commits from 79 contributors. See credits at the
end of this changelog for more information.
+
+Please see the [Upgrade Guide] for help updating to DataFusion `46.0.0`
+
+[upgrade guide]:
https://datafusion.apache.org/library-user-guide/upgrading.html#datafusion-46-0-0
**Breaking changes:**
@@ -102,6 +106,8 @@ This release consists of 283 commits from 80 contributors.
See credits at the en
- Examples: boundary analysis example for `AND/OR` conjunctions
[#14735](https://github.com/apache/datafusion/pull/14735) (clflushopt)
- Allow setting the recursion limit for sql parsing
[#14756](https://github.com/apache/datafusion/pull/14756) (cetra3)
- Document SQL literal syntax and escaping
[#14934](https://github.com/apache/datafusion/pull/14934) (alamb)
+- Prepare for 46.0.0 release: Version and Changelog
[#14903](https://github.com/apache/datafusion/pull/14903) (xudong963)
+- MINOR fix(docs): set the proper link for dev-env setup in contrib guide
[#14960](https://github.com/apache/datafusion/pull/14960) (clflushopt)
**Other:**
@@ -319,25 +325,33 @@ This release consists of 283 commits from 80
contributors. See credits at the en
- refactor(properties): Split properties.rs into smaller modules
[#14925](https://github.com/apache/datafusion/pull/14925) (Standing-Man)
- Fix failing extended `sqlite`test on main / update `datafusion-testing` pin
[#14940](https://github.com/apache/datafusion/pull/14940) (alamb)
- Revert Datafusion-cli: Redesign the datafusion-cli execution and print, make
it totally streaming printing without memory overhead
[#14948](https://github.com/apache/datafusion/pull/14948) (alamb)
+- Remove invalid bug reproducer.
[#14950](https://github.com/apache/datafusion/pull/14950) (wiedld)
+- Improve documentation for `DataSourceExec`, `FileScanConfig`, `DataSource`
etc [#14941](https://github.com/apache/datafusion/pull/14941) (alamb)
+- Do not swap with projection when file is partitioned
[#14956](https://github.com/apache/datafusion/pull/14956) (blaginin)
+- Minor: Add more projection pushdown tests, clarify comments
[#14963](https://github.com/apache/datafusion/pull/14963) (alamb)
+- Update labeler components
[#14942](https://github.com/apache/datafusion/pull/14942) (alamb)
+- Deprecate `Expr::Wildcard`
[#14959](https://github.com/apache/datafusion/pull/14959) (linhr)
## Credits
Thank you to everyone who contributed to this release. Here is a breakdown of
commits (PRs merged) per contributor.
```
- 35 Andrew Lamb
+ 38 Andrew Lamb
+ 35 dependabot[bot]
14 Piotr Findeisen
10 Matthijs Brobbel
10 logan-keede
9 Bruce Ritchie
+ 9 xudong.w
8 Jay Zhan
8 Qi Zhu
- 8 xudong.w
6 Adam Gutglick
6 Joseph Koshakow
5 Ian Lai
5 Lordworms
5 Simon Vandel Sillesen
+ 5 wiedld
5 zjregee
4 Dmitrii Blaginin
4 Kristin Cowalcijk
@@ -345,7 +359,6 @@ Thank you to everyone who contributed to this release. Here
is a breakdown of co
4 Yongting You
4 irenjj
4 oznur-synnada
- 4 wiedld
3 Andy Yen
3 Jax Liu
3 Oleks V
diff --git a/dev/release/README.md b/dev/release/README.md
index e74d840967..6e4079de8f 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -280,6 +280,8 @@ Verify that the Cargo.toml in the tarball contains the
correct version
(cd datafusion/physical-plan && cargo publish)
(cd datafusion/physical-optimizer && cargo publish)
(cd datafusion/catalog && cargo publish)
+(cd datafusion/datasource && cargo publish)
+(cd datafusion/catalog-listing && cargo publish)
(cd datafusion/functions-table && cargo publish)
(cd datafusion/core && cargo publish)
(cd datafusion/proto-common && cargo publish)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]