Skip to content

Commit 9f6085c

Browse files
committed
update
1 parent e852256 commit 9f6085c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

dev/changelog/48.0.0.md

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

2020
# Apache DataFusion 48.0.0 Changelog
2121

22-
This release consists of 248 commits from 86 contributors. See credits at the end of this changelog for more information.
22+
This release consists of 253 commits from 88 contributors. See credits at the end of this changelog for more information.
2323

2424
**Breaking changes:**
2525

@@ -125,6 +125,7 @@ This release consists of 248 commits from 86 contributors. See credits at the en
125125
- doc: add diagram to describe how DataSource, FileSource, and DataSourceExec are related [#16181](https://github.com/apache/datafusion/pull/16181) (onlyjackfrost)
126126
- Clarify documentation about gathering statistics for parquet files [#16157](https://github.com/apache/datafusion/pull/16157) (alamb)
127127
- Add change to VARCHAR in the upgrade guide [#16216](https://github.com/apache/datafusion/pull/16216) (alamb)
128+
- Add iceberg-rust to user list [#16246](https://github.com/apache/datafusion/pull/16246) (jonathanc-n)
128129

129130
**Other:**
130131

@@ -286,14 +287,17 @@ This release consists of 248 commits from 86 contributors. See credits at the en
286287
- Add new stats pruning helpers to allow combining partition values in file level stats [#16139](https://github.com/apache/datafusion/pull/16139) (adriangb)
287288
- Implement schema adapter support for FileSource and add integration tests [#16148](https://github.com/apache/datafusion/pull/16148) (kosiew)
288289
- Minor: update documentation for PrunableStatistics [#16213](https://github.com/apache/datafusion/pull/16213) (alamb)
290+
- Remove use of deprecated dict_ordered in datafusion-proto (#16218) [#16220](https://github.com/apache/datafusion/pull/16220) (cj-zhukov)
291+
- Minor: Print cargo command in bench script [#16236](https://github.com/apache/datafusion/pull/16236) (2010YOUY01)
292+
- Simplify FileSource / SchemaAdapterFactory API [#16214](https://github.com/apache/datafusion/pull/16214) (alamb)
289293

290294
## Credits
291295

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

294298
```
295299
29 dependabot[bot]
296-
26 Andrew Lamb
300+
27 Andrew Lamb
297301
15 xudong.w
298302
14 Adrian Garcia Badaracco
299303
9 Chen Chongchen
@@ -312,6 +316,7 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
312316
3 Phillip LeBlanc
313317
3 Piotr Findeisen
314318
3 Tim Saucer
319+
3 Yongting You
315320
2 Andy Grove
316321
2 Atahan Yorgancı
317322
2 Brayan Jules
@@ -322,9 +327,9 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
322327
2 LB7666
323328
2 Leonardo Yvens
324329
2 Qi Zhu
330+
2 Sergey Zhukov
325331
2 Shruti Sharma
326332
2 Tai Le Manh
327-
2 Yongting You
328333
2 aditya singh rathore
329334
2 ake
330335
2 cht42
@@ -348,6 +353,7 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
348353
1 Garam Choi
349354
1 Hamir Mahal
350355
1 Hendrik Makait
356+
1 Jonathan Chen
351357
1 Joseph Fahnestock
352358
1 Kevin Zimmerman
353359
1 Lordworms
@@ -360,7 +366,6 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
360366
1 Ruihang Xia
361367
1 Ryan Roelke
362368
1 Sam Hughes
363-
1 Sergey Zhukov
364369
1 Shehab Amin
365370
1 Sile Zhou
366371
1 Simon Vandel Sillesen
@@ -378,6 +383,7 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
378383
1 m09526
379384
1 the0ninjas
380385
1 wiedld
386+
1 xudong963
381387
```
382388

383389
Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.

0 commit comments

Comments
 (0)