Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Trino 463 release notes #23810

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
36 changes: 36 additions & 0 deletions docs/src/main/sphinx/release/release-463.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Release 463 (23 Oct 2024)

## General

* Enable HTTP/2 for internal communication by default. The previous behavior can
be restored by setting `internal-communication.http2.enabled` to `false`. ({issue}`21793`)
* Add {func}`timezone` functions to extract the timezone identifier from from a
`timestamp(p) with time zone` or `time(p) with time zone`. ({issue}`20893`)
* Include table functions with `SHOW FUNCTIONS` output. ({issue}`12550`)
* Print peak memory usage in `EXPLAIN ANALYZE` output. ({issue}`23874`)
* 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`)
mosabua marked this conversation as resolved.
Show resolved Hide resolved

## 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 the `orc_writer_max_row_group_rows` catalog session property. ({issue}`23722`)
mosabua marked this conversation as resolved.
Show resolved Hide resolved
* Clean up position delete files when `OPTIMIZE` is run on a subset of the
table's partitions. ({issue}`23801`)
* Rename `iceberg.add_files-procedure.enabled` catalog configuration property to
`iceberg.add-files-procedure.enabled`. ({issue}`23873`)

## SingleStore connector

* Fix incorrect column length of `varchar` type in SingleStore version 8. ({issue}`23780`)