From 1ad9f3d96315ce36e82b8fe3867b0017a90347fc Mon Sep 17 00:00:00 2001 From: Ahmed Abualsaud Date: Sat, 19 Oct 2024 02:24:43 +0300 Subject: [PATCH] add to changes md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 422e415a1c560..db2f8ff8fb02a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -68,7 +68,7 @@ * [Managed Iceberg] Now available in Python SDK ([#31495](https://github.com/apache/beam/pull/31495)) * [Managed Iceberg] Add support for TIMESTAMP, TIME, and DATE types ([#32688](https://github.com/apache/beam/pull/32688)) * BigQuery CDC writes are now available in Python SDK, only supported when using StorageWrite API at least once mode ([#32527](https://github.com/apache/beam/issues/32527)) -* [Managed Iceberg] Allowed updating partition specs at runtime ([#32879](https://github.com/apache/beam/pull/32879)) +* [Managed Iceberg] Allow updating partition specs at runtime ([#32879](https://github.com/apache/beam/pull/32879)) ## New Features / Improvements