Skip to content

Commit a9fb58c

Browse files
authored
Minor: Update changelog for 45.0.0 and tweak CHANGELOG docs (#14545)
* Update release README instruction for publish ordering * Update changelog (#14460)
1 parent 479a277 commit a9fb58c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

dev/changelog/45.0.0.md

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

2020
# Apache DataFusion 45.0.0 Changelog
2121

22-
This release consists of 252 commits from 83 contributors. See credits at the end of this changelog for more information.
22+
This release consists of 258 commits from 83 contributors. See credits at the end of this changelog for more information.
2323

2424
**Breaking changes:**
2525

@@ -94,6 +94,7 @@ This release consists of 252 commits from 83 contributors. See credits at the en
9494
- Support arrays_overlap function (alias of `array_has_any`) [#14217](https://github.com/apache/datafusion/pull/14217) (erenavsarogullari)
9595
- chore: Adding commit activity badge [#14386](https://github.com/apache/datafusion/pull/14386) (comphead)
9696
- docs: Clarify join behavior in `DataFrame::join` [#14393](https://github.com/apache/datafusion/pull/14393) (rkrishn7)
97+
- Prepare for `45.0.0` release: Version and Changelog [#14397](https://github.com/apache/datafusion/pull/14397) (alamb)
9798

9899
**Other:**
99100

@@ -290,13 +291,18 @@ This release consists of 252 commits from 83 contributors. See credits at the en
290291
- FFI support for versions and alternate tokio runtimes [#13937](https://github.com/apache/datafusion/pull/13937) (timsaucer)
291292
- Do not rename struct fields when coercing types in `CASE` [#14384](https://github.com/apache/datafusion/pull/14384) (alamb)
292293
- Add `TableProvider::insert_into` into FFI Bindings [#14391](https://github.com/apache/datafusion/pull/14391) (davisp)
294+
- [branch-45]: Backport chore: Upgrade to `arrow`/`parquet` `54.1.0` and fix clippy/ci (#14415) [#14453](https://github.com/apache/datafusion/pull/14453) (alamb)
295+
- [release-45] Fix join type coercion (#14387) [#14454](https://github.com/apache/datafusion/pull/14454) (alamb)
296+
- [branch-45] Support `Utf8View` to `numeric` coercion (#14377) [#14455](https://github.com/apache/datafusion/pull/14455) (alamb)
297+
- [branch-45] Update REGEXP_MATCH scalar function to support Utf8View (#14449) [#14457](https://github.com/apache/datafusion/pull/14457) (alamb)
298+
- [branch-45] Fix regression list Type Coercion List with inner type struct which has large/view types (#14385) [#14456](https://github.com/apache/datafusion/pull/14456) (alamb)
293299

294300
## Credits
295301

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

298304
```
299-
46 Andrew Lamb
305+
52 Andrew Lamb
300306
22 Ian Lai
301307
20 dependabot[bot]
302308
8 Bruce Ritchie

dev/release/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,21 +275,21 @@ Verify that the Cargo.toml in the tarball contains the correct version
275275
(cd datafusion/functions-aggregate-common && cargo publish)
276276
(cd datafusion/functions-window-common && cargo publish)
277277
(cd datafusion/doc && cargo publish)
278-
(cd datafusion/macros && cargo publish)
279278
(cd datafusion/expr && cargo publish)
279+
(cd datafusion/macros && cargo publish)
280280
(cd datafusion/execution && cargo publish)
281281
(cd datafusion/functions && cargo publish)
282282
(cd datafusion/physical-expr && cargo publish)
283283
(cd datafusion/functions-aggregate && cargo publish)
284284
(cd datafusion/functions-window && cargo publish)
285285
(cd datafusion/functions-nested && cargo publish)
286-
(cd datafusion/functions-table && cargo publish)
287286
(cd datafusion/sql && cargo publish)
288287
(cd datafusion/optimizer && cargo publish)
289288
(cd datafusion/common-runtime && cargo publish)
290289
(cd datafusion/physical-plan && cargo publish)
291290
(cd datafusion/physical-optimizer && cargo publish)
292291
(cd datafusion/catalog && cargo publish)
292+
(cd datafusion/functions-table && cargo publish)
293293
(cd datafusion/core && cargo publish)
294294
(cd datafusion/proto-common && cargo publish)
295295
(cd datafusion/proto && cargo publish)

0 commit comments

Comments
 (0)