From 0465dbf5ff3edc95c0c9592b8081e64ba0706c70 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Wed, 23 Oct 2024 12:12:33 -0700 Subject: [PATCH] Add Trino 464 release notes --- docs/src/main/sphinx/release.md | 1 + docs/src/main/sphinx/release/release-464.md | 50 +++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 docs/src/main/sphinx/release/release-464.md diff --git a/docs/src/main/sphinx/release.md b/docs/src/main/sphinx/release.md index 9279a50d1b2e..128cf1c568fc 100644 --- a/docs/src/main/sphinx/release.md +++ b/docs/src/main/sphinx/release.md @@ -6,6 +6,7 @@ ```{toctree} :maxdepth: 1 +release/release-464 release/release-463 release/release-462 release/release-461 diff --git a/docs/src/main/sphinx/release/release-464.md b/docs/src/main/sphinx/release/release-464.md new file mode 100644 index 000000000000..1d7379611138 --- /dev/null +++ b/docs/src/main/sphinx/release/release-464.md @@ -0,0 +1,50 @@ +# Release 464 (30 Oct 2024) + +## General + +* {{breaking}} Require JDK 23 to run Trino. ({issue}`21316`) +* Add the [](/connector/faker) for easy generation of data. ({issue}`23691`) +* Add the [](/connector/vertica). ({issue}`23948`) +* Rename the + `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 + `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`)