Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Fix PR link in 1.4.3 release notes (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuzhang authored Jan 5, 2024
1 parent dd922d7 commit d7ea95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing-page/content/common/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d7ea95f

Please sign in to comment.