From 562ef3aba3d2fef83e2b1c08f227bd4b072bc683 Mon Sep 17 00:00:00 2001 From: Derrick Williams Date: Mon, 13 Oct 2025 20:37:22 +0000 Subject: [PATCH 1/2] add changes comment on output_schema --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 185804b592e0..62e844a214ac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -78,6 +78,7 @@ * Python examples added for CloudSQL enrichment handler on [Beam website](https://beam.apache.org/documentation/transforms/python/elementwise/enrichment-cloudsql/) (Python) ([#35473](https://github.com/apache/beam/issues/36095)). * Support for batch mode execution in WriteToPubSub transform added (Python) ([#35990](https://github.com/apache/beam/issues/35990)). * Added official support for Python 3.13 ([#34869](https://github.com/apache/beam/issues/34869)). +* Added an optional output_schema verification to all YAML transforms ([#35952])(https://github.com/apache/beam/issues/35952). ## Breaking Changes From 0b1d161d156294e6eb08f4c7d3fc946f0dd8461c Mon Sep 17 00:00:00 2001 From: Derrick Williams Date: Mon, 13 Oct 2025 21:21:34 +0000 Subject: [PATCH 2/2] fix whitespace --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 62e844a214ac..497ca0267d89 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -78,7 +78,7 @@ * Python examples added for CloudSQL enrichment handler on [Beam website](https://beam.apache.org/documentation/transforms/python/elementwise/enrichment-cloudsql/) (Python) ([#35473](https://github.com/apache/beam/issues/36095)). * Support for batch mode execution in WriteToPubSub transform added (Python) ([#35990](https://github.com/apache/beam/issues/35990)). * Added official support for Python 3.13 ([#34869](https://github.com/apache/beam/issues/34869)). -* Added an optional output_schema verification to all YAML transforms ([#35952])(https://github.com/apache/beam/issues/35952). +* Added an optional output_schema verification to all YAML transforms ([#35952](https://github.com/apache/beam/issues/35952)). ## Breaking Changes