From d7ea95f34d64bc4ac450d2f5eefdf02fdc5f1939 Mon Sep 17 00:00:00 2001 From: Manu Zhang Date: Sat, 6 Jan 2024 03:24:46 +0800 Subject: [PATCH] Fix PR link in 1.4.3 release notes (#299) --- landing-page/content/common/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing-page/content/common/release-notes.md b/landing-page/content/common/release-notes.md index 15099092a..b838fda7c 100644 --- a/landing-page/content/common/release-notes.md +++ b/landing-page/content/common/release-notes.md @@ -75,7 +75,7 @@ To add a dependency on Iceberg in Maven, add the following to your `pom.xml`: Apache Iceberg 1.4.3 was released on December 27, 2023. The main issue it solves is missing files from a transaction retry with conflicting manifests. It is recommended to upgrade if you use transactions. - Core: Scan only live entries in partitions table (#8969) by @Fokko in [#9197](https://github.com/apache/iceberg/pull/9197) -- Core: Fix missing files from transaction retries with conflicting manifest merges by [@nastra](https://github.com/nastra) in [#9337]O(https://github.com/apache/iceberg/pull/9337) +- Core: Fix missing files from transaction retries with conflicting manifest merges by [@nastra](https://github.com/nastra) in [#9337](https://github.com/apache/iceberg/pull/9337) - JDBC Catalog: Fix namespaceExists check with special characters by [@ismailsimsek](https://github.com/ismailsimsek) in [#9291](https://github.com/apache/iceberg/pull/9291) - Core: Expired Snapshot files in a transaction should be deleted by [@bartash](https://github.com/bartash) in [#9223](https://github.com/apache/iceberg/pull/9223) - Core: Fix missing delete files from transaction by [@nastra](https://github.com/nastra) in [#9356](https://github.com/apache/iceberg/pull/9356)