This is an automated email from the ASF dual-hosted git repository.
ahmedabualsaud pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new b43726a4ad2 update changes (#35256)
b43726a4ad2 is described below
commit b43726a4ad2c2661f6e4f01d232ea69655c66aac
Author: Ahmed Abualsaud <[email protected]>
AuthorDate: Thu Jun 12 14:14:18 2025 -0400
update changes (#35256)
---
CHANGES.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index a7f96fc3fdc..cdc14535673 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