From 4584a92405b9c20c438780e8c80687b4dacb1dbe Mon Sep 17 00:00:00 2001 From: Ahmed Abualsaud Date: Thu, 12 Jun 2025 13:57:59 -0400 Subject: [PATCH] update changes --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a7f96fc3fdc1..cdc145356730 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -78,6 +78,8 @@ * [IcebergIO] Now available with Beam SQL! ([#34799](https://github.com/apache/beam/pull/34799)) * [IcebergIO] Support reading with column pruning ([#34856](https://github.com/apache/beam/pull/34856)) * [IcebergIO] Support reading with pushdown filtering ([#34827](https://github.com/apache/beam/pull/34827)) +* [IcebergIO] Create tables with a specified partition spec ([#34966](https://github.com/apache/beam/pull/34966)) +* [IcebergIO] Dynamically create namespaces if needed ([#35228](https://github.com/apache/beam/pull/35228)) ## New Features / Improvements * [Beam SQL] Introducing Beam Catalogs ([#35223](https://github.com/apache/beam/pull/35223)) @@ -86,8 +88,6 @@ * [Python] Prism runner now auto-enabled for some Python pipelines using the direct runner ([#34921](https://github.com/apache/beam/pull/34921)). * [YAML] WriteToTFRecord and ReadFromTFRecord Beam YAML support * Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration ([#34495](https://github.com/apache/beam/pull/34495)). -* [IcebergIO] Create tables with a specified partition spec ([#34966](https://github.com/apache/beam/pull/34966)) -* [IcebergIO] Dynamically create namespaces if needed ([#35228](https://github.com/apache/beam/pull/35228)) ## Breaking Changes