From 41851785c4519b93f2288371734dd62315d5a697 Mon Sep 17 00:00:00 2001 From: Piotr Findeisen Date: Wed, 29 Oct 2025 09:15:54 +0100 Subject: [PATCH 1/2] Update Trino 478 release notes Add entries for recently merged PRs. --- docs/src/main/sphinx/release/release-478.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/main/sphinx/release/release-478.md b/docs/src/main/sphinx/release/release-478.md index 94643947520d..a0bac4237614 100644 --- a/docs/src/main/sphinx/release/release-478.md +++ b/docs/src/main/sphinx/release/release-478.md @@ -41,6 +41,7 @@ * Deprecate the `gcs.use-access-token` configuration property. Use `gcs.auth-type` instead. ({issue}`26681`) * Improve performance of queries using complex predicates on `$path` column. ({issue}`27000`) * Fix writing ORC files to ensure that dates and timestamps before `1582-10-15` are read correctly by Apache Hive. ({issue}`26507`) +* Fix `flush_metadata_cache` procedure failure when metastore impersonation is enabled. ({issue}`27059`) ## Hudi connector @@ -50,6 +51,7 @@ * Improve performance when writing sorted tables and `iceberg.sorted-writing.local-staging-path` is set. ({issue}`24376`) +* Improve performance of `ALTER TABLE EXECUTE OPTIMIZE` on tables with bucket transform partitioning. ({issue}`27104`) * Return execution metrics while running the `remove_orphan_files` command. ({issue}`26661`) * Deprecate the `gcs.use-access-token` configuration property. Use `gcs.auth-type` instead. ({issue}`26681`) * Collect distinct values count on all columns when replacing tables. ({issue}`26983`) From c84cc268b188e490059d7c625677f535f5c69968 Mon Sep 17 00:00:00 2001 From: Piotr Findeisen Date: Wed, 29 Oct 2025 17:08:33 +0100 Subject: [PATCH 2/2] =?UTF-8?q?empty:=20roll=20the=20dice=20=F0=9F=8E=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit