This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new d7ea95f3 Fix PR link in 1.4.3 release notes (#299)
d7ea95f3 is described below

commit d7ea95f34d64bc4ac450d2f5eefdf02fdc5f1939
Author: Manu Zhang <[email protected]>
AuthorDate: Sat Jan 6 03:24:46 2024 +0800

    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 15099092..b838fda7 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)

Reply via email to