You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/changelog/48.0.0.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ under the License.
19
19
20
20
# Apache DataFusion 48.0.0 Changelog
21
21
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.
23
23
24
24
**Breaking changes:**
25
25
@@ -125,6 +125,7 @@ This release consists of 248 commits from 86 contributors. See credits at the en
125
125
- doc: add diagram to describe how DataSource, FileSource, and DataSourceExec are related [#16181](https://github.com/apache/datafusion/pull/16181) (onlyjackfrost)
126
126
- Clarify documentation about gathering statistics for parquet files [#16157](https://github.com/apache/datafusion/pull/16157) (alamb)
127
127
- 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)
128
129
129
130
**Other:**
130
131
@@ -286,14 +287,17 @@ This release consists of 248 commits from 86 contributors. See credits at the en
286
287
- Add new stats pruning helpers to allow combining partition values in file level stats [#16139](https://github.com/apache/datafusion/pull/16139) (adriangb)
287
288
- Implement schema adapter support for FileSource and add integration tests [#16148](https://github.com/apache/datafusion/pull/16148) (kosiew)
288
289
- 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)
289
293
290
294
## Credits
291
295
292
296
Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.
293
297
294
298
```
295
299
29 dependabot[bot]
296
-
26 Andrew Lamb
300
+
27 Andrew Lamb
297
301
15 xudong.w
298
302
14 Adrian Garcia Badaracco
299
303
9 Chen Chongchen
@@ -312,6 +316,7 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
312
316
3 Phillip LeBlanc
313
317
3 Piotr Findeisen
314
318
3 Tim Saucer
319
+
3 Yongting You
315
320
2 Andy Grove
316
321
2 Atahan Yorgancı
317
322
2 Brayan Jules
@@ -322,9 +327,9 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
322
327
2 LB7666
323
328
2 Leonardo Yvens
324
329
2 Qi Zhu
330
+
2 Sergey Zhukov
325
331
2 Shruti Sharma
326
332
2 Tai Le Manh
327
-
2 Yongting You
328
333
2 aditya singh rathore
329
334
2 ake
330
335
2 cht42
@@ -348,6 +353,7 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
348
353
1 Garam Choi
349
354
1 Hamir Mahal
350
355
1 Hendrik Makait
356
+
1 Jonathan Chen
351
357
1 Joseph Fahnestock
352
358
1 Kevin Zimmerman
353
359
1 Lordworms
@@ -360,7 +366,6 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
360
366
1 Ruihang Xia
361
367
1 Ryan Roelke
362
368
1 Sam Hughes
363
-
1 Sergey Zhukov
364
369
1 Shehab Amin
365
370
1 Sile Zhou
366
371
1 Simon Vandel Sillesen
@@ -378,6 +383,7 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
378
383
1 m09526
379
384
1 the0ninjas
380
385
1 wiedld
386
+
1 xudong963
381
387
```
382
388
383
389
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