Skip to content

Commit

Permalink
Add Trino 463 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Oct 22, 2024
1 parent d28b52f commit 3207bb6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/main/sphinx/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
```{toctree}
:maxdepth: 1
release/release-463
release/release-462
release/release-461
release/release-460
Expand Down
27 changes: 27 additions & 0 deletions docs/src/main/sphinx/release/release-463.md
Original file line number Diff line number Diff line change
@@ -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`)

0 comments on commit 3207bb6

Please sign in to comment.