diff --git a/docs/src/main/sphinx/release.md b/docs/src/main/sphinx/release.md index 52b65da06ff76..9279a50d1b2ec 100644 --- a/docs/src/main/sphinx/release.md +++ b/docs/src/main/sphinx/release.md @@ -6,6 +6,7 @@ ```{toctree} :maxdepth: 1 +release/release-463 release/release-462 release/release-461 release/release-460 diff --git a/docs/src/main/sphinx/release/release-463.md b/docs/src/main/sphinx/release/release-463.md new file mode 100644 index 0000000000000..5ab34b323d1dd --- /dev/null +++ b/docs/src/main/sphinx/release/release-463.md @@ -0,0 +1,27 @@ +# Release 463 (23 Oct 2024) + +## General + +* Add {func}`timezone` functions to extract the timezone identifier from a + timestamp or time. ({issue}`20893`) +* Add table functions to the `SHOW FUNCTIONS` output. ({issue}`12550`) +* Disallow the window framing clause for {func}`ntile`, {func}`rank`, + {func}`dense_rank`, {func}`percent_rank`, {func}`cume_dist`, and + {func}`row_number`. ({issue}`23742`) + +## ClickHouse connector + +* Improve performance for queries with `IS NULL` expressions. ({issue}`23459`) + +## Delta Lake connector + +* Add support for writing change data feed when [deletion vector](https://docs.delta.io/latest/delta-deletion-vectors.html) + is enabled. ({issue}`23620`) + +## Iceberg connector + +* Add support for nested namespaces with the REST catalog. ({issue}`22916`) +* Add support for configuring the maximum number of rows per row-group in the + ORC writer with a session property. ({issue}`23722`) +* Clean up position delete files when `OPTIMIZE` is run on a subset of the + table's partitions. ({issue}`23801`)