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 462 release notes #23745

Merged
merged 2 commits into from
Oct 16, 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/admin/resource-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ resource-groups.config-file=etc/resource-groups.json
The path to the JSON file can be an absolute path, or a path relative to the Trino
data directory. The JSON file only needs to be present on the coordinator.

(db-resource-group-manager)=
## Database resource group manager

The database resource group manager loads the configuration from a relational database. The
Expand Down
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-462
release/release-461
release/release-460
release/release-459
Expand Down
34 changes: 34 additions & 0 deletions docs/src/main/sphinx/release/release-462.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Release 462 (16 Oct 2024)

## General

* Allow adding subgroups to groups during query processing when using the
[](db-resource-group-manager). ({issue}`23727`)
* Fix query failures for queries routed to a group whose subgroup is deleted
when using the [](db-resource-group-manager). ({issue}`23727`)
* Fix wrong resource group configuration being applied if the group is changed
from a variable to fixed name or vice-versa when using the
[](db-resource-group-manager). ({issue}`23727`)
* Fix resource group updates not being observed immediately for groups that use
variables when using the [](db-resource-group-manager). ({issue}`23727`)
* Fix incorrect results for certain `CASE` expressions that return boolean
results. ({issue}`23787`)

## JDBC driver

* Improve performance and memory usage when decoding data. ({issue}`23754`)

## CLI

* Improve performance and memory usage when decoding data. ({issue}`23754`)

## Iceberg connector

* Add support for read operations when using the Unity catalog as Iceberg REST
mosabua marked this conversation as resolved.
Show resolved Hide resolved
catalog. ({issue}`22609`)
* Improve planning time for insert operations. ({issue}`23757`)

## Redshift connector

* Improve performance for queries casting columns to smallint, integer, or
bigint. ({issue}`22951`)