Skip to content

Commit dfaede0

Browse files
alambxudong963
andauthored
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]>
1 parent 416feff commit dfaede0

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

dev/changelog/46.0.0.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ under the License.
1919

2020
# Apache DataFusion 46.0.0 Changelog
2121

22-
This release consists of 283 commits from 80 contributors. See credits at the end of this changelog for more information.
22+
This release consists of 288 commits from 79 contributors. See credits at the end of this changelog for more information.
23+
24+
Please see the [Upgrade Guide] for help updating to DataFusion `46.0.0`
25+
26+
[upgrade guide]: https://datafusion.apache.org/library-user-guide/upgrading.html#datafusion-46-0-0
2327

2428
**Breaking changes:**
2529

@@ -102,6 +106,8 @@ This release consists of 283 commits from 80 contributors. See credits at the en
102106
- Examples: boundary analysis example for `AND/OR` conjunctions [#14735](https://github.com/apache/datafusion/pull/14735) (clflushopt)
103107
- Allow setting the recursion limit for sql parsing [#14756](https://github.com/apache/datafusion/pull/14756) (cetra3)
104108
- Document SQL literal syntax and escaping [#14934](https://github.com/apache/datafusion/pull/14934) (alamb)
109+
- Prepare for 46.0.0 release: Version and Changelog [#14903](https://github.com/apache/datafusion/pull/14903) (xudong963)
110+
- MINOR fix(docs): set the proper link for dev-env setup in contrib guide [#14960](https://github.com/apache/datafusion/pull/14960) (clflushopt)
105111

106112
**Other:**
107113

@@ -319,33 +325,40 @@ This release consists of 283 commits from 80 contributors. See credits at the en
319325
- refactor(properties): Split properties.rs into smaller modules [#14925](https://github.com/apache/datafusion/pull/14925) (Standing-Man)
320326
- Fix failing extended `sqlite`test on main / update `datafusion-testing` pin [#14940](https://github.com/apache/datafusion/pull/14940) (alamb)
321327
- 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)
328+
- Remove invalid bug reproducer. [#14950](https://github.com/apache/datafusion/pull/14950) (wiedld)
329+
- Improve documentation for `DataSourceExec`, `FileScanConfig`, `DataSource` etc [#14941](https://github.com/apache/datafusion/pull/14941) (alamb)
330+
- Do not swap with projection when file is partitioned [#14956](https://github.com/apache/datafusion/pull/14956) (blaginin)
331+
- Minor: Add more projection pushdown tests, clarify comments [#14963](https://github.com/apache/datafusion/pull/14963) (alamb)
332+
- Update labeler components [#14942](https://github.com/apache/datafusion/pull/14942) (alamb)
333+
- Deprecate `Expr::Wildcard` [#14959](https://github.com/apache/datafusion/pull/14959) (linhr)
322334

323335
## Credits
324336

325337
Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.
326338

327339
```
328-
35 Andrew Lamb
340+
38 Andrew Lamb
341+
35 dependabot[bot]
329342
14 Piotr Findeisen
330343
10 Matthijs Brobbel
331344
10 logan-keede
332345
9 Bruce Ritchie
346+
9 xudong.w
333347
8 Jay Zhan
334348
8 Qi Zhu
335-
8 xudong.w
336349
6 Adam Gutglick
337350
6 Joseph Koshakow
338351
5 Ian Lai
339352
5 Lordworms
340353
5 Simon Vandel Sillesen
354+
5 wiedld
341355
5 zjregee
342356
4 Dmitrii Blaginin
343357
4 Kristin Cowalcijk
344358
4 Peter L
345359
4 Yongting You
346360
4 irenjj
347361
4 oznur-synnada
348-
4 wiedld
349362
3 Andy Yen
350363
3 Jax Liu
351364
3 Oleks V

dev/release/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ Verify that the Cargo.toml in the tarball contains the correct version
280280
(cd datafusion/physical-plan && cargo publish)
281281
(cd datafusion/physical-optimizer && cargo publish)
282282
(cd datafusion/catalog && cargo publish)
283+
(cd datafusion/datasource && cargo publish)
284+
(cd datafusion/catalog-listing && cargo publish)
283285
(cd datafusion/functions-table && cargo publish)
284286
(cd datafusion/core && cargo publish)
285287
(cd datafusion/proto-common && cargo publish)

0 commit comments

Comments
 (0)