From 1b171da5159b712a3744502b8e2a04f0ca9b352f Mon Sep 17 00:00:00 2001 From: takezoe Date: Sun, 8 Dec 2024 13:36:37 +0900 Subject: [PATCH] Add missing PR link in 467 release notes --- docs/src/main/sphinx/release/release-467.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/sphinx/release/release-467.md b/docs/src/main/sphinx/release/release-467.md index 790c3547f81e..177899fe6001 100644 --- a/docs/src/main/sphinx/release/release-467.md +++ b/docs/src/main/sphinx/release/release-467.md @@ -27,7 +27,7 @@ * {{breaking}} Remove the deprecated `schema` and `table` arguments from the `table_changes` table function. Use `schema_name` and `table_name` instead. ({issue}`24324`) * {{breaking}} Use the `iceberg.rest-catalog.warehouse` configuration property - instead of `iceberg.rest-catalog.parent-namespace` with Unity catalogs. + instead of `iceberg.rest-catalog.parent-namespace` with Unity catalogs. ({issue}`24269`) * Fix failure when writing concurrently with [transformed partition](https://iceberg.apache.org/spec/#partition-transforms) columns. ({issue}`24160`)