Skip to content

Commit 65c8560

Browse files
authored
[branch-46] Update changelog for backports to 46.0.0 (#14977)
1 parent b494e97 commit 65c8560

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

dev/changelog/46.0.0.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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.
2323

2424
**Breaking changes:**
2525

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

106108
**Other:**
107109

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

323331
## Credits
324332

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

327335
```
328-
35 Andrew Lamb
336+
38 Andrew Lamb
337+
35 dependabot[bot]
329338
14 Piotr Findeisen
330339
10 Matthijs Brobbel
331340
10 logan-keede
332341
9 Bruce Ritchie
342+
9 xudong.w
333343
8 Jay Zhan
334344
8 Qi Zhu
335-
8 xudong.w
336345
6 Adam Gutglick
337346
6 Joseph Koshakow
338347
5 Ian Lai
339348
5 Lordworms
340349
5 Simon Vandel Sillesen
350+
5 wiedld
341351
5 zjregee
342352
4 Dmitrii Blaginin
343353
4 Kristin Cowalcijk
344354
4 Peter L
345355
4 Yongting You
346356
4 irenjj
347357
4 oznur-synnada
348-
4 wiedld
349358
3 Andy Yen
350359
3 Jax Liu
351360
3 Oleks V

0 commit comments

Comments
 (0)