Skip to content

Commit 11b7513

Browse files
committed
update
1 parent b9b1b60 commit 11b7513

File tree

1 file changed

+54
-20
lines changed

1 file changed

+54
-20
lines changed

dev/changelog/46.0.0.md

Lines changed: 54 additions & 20 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 242 commits from 75 contributors. See credits at the end of this changelog for more information.
22+
This release consists of 283 commits from 80 contributors. See credits at the end of this changelog for more information.
2323

2424
**Breaking changes:**
2525

@@ -99,6 +99,9 @@ This release consists of 242 commits from 75 contributors. See credits at the en
9999
- Add `statistics_truncate_length` parquet writer config [#14782](https://github.com/apache/datafusion/pull/14782) (akoshchiy)
100100
- minor: Update docs and error messages about what SQL dialects are supported [#14893](https://github.com/apache/datafusion/pull/14893) (AdamGS)
101101
- Minor: Add Development Environment to Documentation Index [#14890](https://github.com/apache/datafusion/pull/14890) (alamb)
102+
- Examples: boundary analysis example for `AND/OR` conjunctions [#14735](https://github.com/apache/datafusion/pull/14735) (clflushopt)
103+
- Allow setting the recursion limit for sql parsing [#14756](https://github.com/apache/datafusion/pull/14756) (cetra3)
104+
- Document SQL literal syntax and escaping [#14934](https://github.com/apache/datafusion/pull/14934) (alamb)
102105

103106
**Other:**
104107

@@ -288,63 +291,94 @@ This release consists of 242 commits from 75 contributors. See credits at the en
288291
- chore: Strip debuginfo symbols for release [#14843](https://github.com/apache/datafusion/pull/14843) (comphead)
289292
- chore(deps): bump zstd from 0.13.2 to 0.13.3 [#14889](https://github.com/apache/datafusion/pull/14889) (dependabot[bot])
290293
- Add DataFrame fill_null [#14769](https://github.com/apache/datafusion/pull/14769) (kosiew)
294+
- Cancellation benchmark [#14818](https://github.com/apache/datafusion/pull/14818) (carols10cents)
295+
- Include struct name on FileScanConfig debug impl [#14883](https://github.com/apache/datafusion/pull/14883) (alamb)
296+
- Preserve the name of grouping sets in SimplifyExpressions [#14888](https://github.com/apache/datafusion/pull/14888) (joroKr21)
297+
- Require `Debug` for `DataSource` [#14882](https://github.com/apache/datafusion/pull/14882) (alamb)
298+
- Update regenerate sql dep, revert runner changes. [#14901](https://github.com/apache/datafusion/pull/14901) (Omega359)
299+
- chore(deps): bump flate2 from 1.0.35 to 1.1.0 [#14848](https://github.com/apache/datafusion/pull/14848) (dependabot[bot])
300+
- replace TypeSignature::String with TypeSignature::Coercible for starts_with [#14812](https://github.com/apache/datafusion/pull/14812) (zjregee)
301+
- Dataframe with_column and with_column_renamed performance improvements [#14653](https://github.com/apache/datafusion/pull/14653) (Omega359)
302+
- chore(deps): bump uuid from 1.14.0 to 1.15.1 [#14911](https://github.com/apache/datafusion/pull/14911) (dependabot[bot])
303+
- chore(deps): bump libc from 0.2.169 to 0.2.170 [#14912](https://github.com/apache/datafusion/pull/14912) (dependabot[bot])
304+
- Move HashJoin from `RawTable` to `HashTable` [#14904](https://github.com/apache/datafusion/pull/14904) (Dandandan)
305+
- Rename `DataSource` and `FileSource` fields for consistency [#14898](https://github.com/apache/datafusion/pull/14898) (alamb)
306+
- Fix the null handling for to_char function [#14908](https://github.com/apache/datafusion/pull/14908) (kosiew)
307+
- Add tests for Demonstrate EnforceSorting can remove a needed coalesce [#14919](https://github.com/apache/datafusion/pull/14919) (wiedld)
308+
- Fix: New Datafusion-cli streaming printing way should handle corner case for only one small batch which lines are less than max_rows [#14921](https://github.com/apache/datafusion/pull/14921) (zhuqi-lucas)
309+
- Add docs to `update_coalesce_ctx_children`. [#14907](https://github.com/apache/datafusion/pull/14907) (wiedld)
310+
- chore(deps): bump the arrow-parquet group with 7 updates [#14930](https://github.com/apache/datafusion/pull/14930) (dependabot[bot])
311+
- chore(deps): bump aws-config from 1.5.16 to 1.5.17 [#14931](https://github.com/apache/datafusion/pull/14931) (dependabot[bot])
312+
- Add additional protobuf tests for plans that read parquet with projections [#14924](https://github.com/apache/datafusion/pull/14924) (alamb)
313+
- Fix link in datasource readme [#14928](https://github.com/apache/datafusion/pull/14928) (lewiszlw)
314+
- Expose `build_row_filter` method [#14933](https://github.com/apache/datafusion/pull/14933) (xudong963)
315+
- Do not unescape backslashes in datafusion-cli [#14844](https://github.com/apache/datafusion/pull/14844) (Lordworms)
316+
- Set projection before configuring the source [#14685](https://github.com/apache/datafusion/pull/14685) (blaginin)
317+
- Add H2O.ai Database-like Ops benchmark to dfbench (join support) [#14902](https://github.com/apache/datafusion/pull/14902) (zhuqi-lucas)
318+
- Use arrow IPC Stream format for spill files [#14868](https://github.com/apache/datafusion/pull/14868) (davidhewitt)
319+
- refactor(properties): Split properties.rs into smaller modules [#14925](https://github.com/apache/datafusion/pull/14925) (Standing-Man)
320+
- Fix failing extended `sqlite`test on main / update `datafusion-testing` pin [#14940](https://github.com/apache/datafusion/pull/14940) (alamb)
321+
- 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)
291322

292323
## Credits
293324

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

296327
```
297-
29 dependabot[bot]
298-
28 Andrew Lamb
328+
35 Andrew Lamb
299329
14 Piotr Findeisen
300330
10 Matthijs Brobbel
301331
10 logan-keede
332+
9 Bruce Ritchie
302333
8 Jay Zhan
303-
7 Bruce Ritchie
334+
8 Qi Zhu
335+
8 xudong.w
336+
6 Adam Gutglick
304337
6 Joseph Koshakow
305-
6 xudong.w
306-
5 Adam Gutglick
307338
5 Ian Lai
308-
5 Qi Zhu
339+
5 Lordworms
309340
5 Simon Vandel Sillesen
341+
5 zjregee
342+
4 Dmitrii Blaginin
310343
4 Kristin Cowalcijk
311-
4 Lordworms
344+
4 Peter L
345+
4 Yongting You
312346
4 irenjj
313347
4 oznur-synnada
314-
4 zjregee
315-
3 Dmitrii Blaginin
348+
4 wiedld
349+
3 Andy Yen
316350
3 Jax Liu
317-
3 Peter L
351+
3 Oleks V
318352
3 Rohan Krishnaswamy
319353
3 Tim Saucer
320-
3 Yongting You
354+
3 kosiew
355+
3 niebayes
356+
3 张林伟
357+
2 @clflushopt
321358
2 Amos Aidoo
322359
2 Andrey Koshchiy
323-
2 Andy Yen
324360
2 Berkay Şahin
361+
2 Carol (Nichols || Goulding)
325362
2 Christian
326363
2 Dawei H.
327364
2 Elia Perantoni
365+
2 Georgi Krastev
328366
2 Jonah Gao
329-
2 Oleks V
330367
2 Raz Luvaton
331368
2 Sergey Zhukov
332369
2 mertak-synnada
333-
2 niebayes
334-
2 wiedld
335-
2 张林伟
336-
1 @clflushopt
337370
1 Adrian Garcia Badaracco
371+
1 Alan Tang
338372
1 Albert Skalt
339373
1 Alex Huang
340374
1 Anlin Chen
341375
1 Artem Osipov
342-
1 Carol (Nichols || Goulding)
343376
1 Daniel Hegberg
377+
1 Daniël Heres
378+
1 David Hewitt
344379
1 Duong Cong Toai
345380
1 Eduard Karacharov
346381
1 Gabriel
347-
1 Georgi Krastev
348382
1 Hussein Awala
349383
1 Kaifeng Zheng
350384
1 Landon Gingerich

0 commit comments

Comments
 (0)