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 464 release notes #23881

Merged
merged 1 commit into from
Oct 30, 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-464
release/release-463
release/release-462
release/release-461
Expand Down
50 changes: 50 additions & 0 deletions docs/src/main/sphinx/release/release-464.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Release 464 (30 Oct 2024)

## General

* {{breaking}} Require JDK 23 to run Trino. ({issue}`21316`)
mosabua marked this conversation as resolved.
Show resolved Hide resolved
* Add the [](/connector/faker) for easy generation of data. ({issue}`23691`)
* Add the [](/connector/vertica). ({issue}`23948`)
* Rename the
mosabua marked this conversation as resolved.
Show resolved Hide resolved
`fault-tolerant-execution-eager-speculative-tasks-node_memory-overcommit`
configuration property to
`fault-tolerant-execution-eager-speculative-tasks-node-memory-overcommit`.
({issue}`23876`)

## Accumulo connector

* {{breaking}} Remove the Accumulo connector. ({issue}`23792`)

## Delta Lake connector

* Fix failure of S3 file listing of buckets that enforce [requester
pays](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html).
({issue}`23906`)

## Hive connector

* Use the `hive.metastore.partition-batch-size.max` catalog configuration
property value in the `sync_partition_metadata` procedure. Change the default
batch size from 1000 to 100. ({issue}`23895`)
* Fix failure of S3 file listing of buckets that enforce [requester
pays](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html).
({issue}`23906`)

## Hudi connector

* Fix failure of S3 file listing of buckets that enforce [requester
pays](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html).
({issue}`23906`)

## Iceberg connector

* Improve performance of `OPTIMIZE` on large partitioned tables. ({issue}`10785`)
* Rename the `iceberg.expire_snapshots.min-retention` configuration property to
mosabua marked this conversation as resolved.
Show resolved Hide resolved
`iceberg.expire-snapshots.min-retention`. ({issue}`23876`)
* Rename the `iceberg.remove_orphan_files.min-retention` configuration property
to `iceberg.remove-orphan-files.min-retention`. ({issue}`23876`)
* Fix failure of S3 file listing of buckets that enforce [requester
pays](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html).
({issue}`23906`)
* Fix incorrect column constraints when using the `migrate` procedure on tables
that contain `NULL` values. ({issue}`23928`)