This is an automated email from the ASF dual-hosted git repository.
shunping 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 303c4a2ce68 Fix changes.md (#36442)
303c4a2ce68 is described below
commit 303c4a2ce685672f98a1c4004fa5aa1885a68a35
Author: Shunping Huang <[email protected]>
AuthorDate: Wed Oct 8 14:34:25 2025 -0400
Fix changes.md (#36442)
---
CHANGES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index 9aa2346941e..a7406c1f88a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -86,7 +86,7 @@
* (Python) Fixed transform naming conflict when executing DataTransform on a
dictionary of PColls ([#30445](https://github.com/apache/beam/issues/30445)).
This may break update compatibility if you don't provide a
`--transform_name_mapping`.
* Removed deprecated Hadoop versions (2.10.2 and 3.2.4) that are no longer
supported for [Iceberg](https://github.com/apache/iceberg/issues/10940) from
IcebergIO ([#36282](https://github.com/apache/beam/issues/36282)).
-* (Go) Coder construction on SDK side is more faithful to the specs from
runners without stripping length-prefix. This may break streaming pipeline
update as the underlying coder could be changed
([#36424](https://github.com/apache/beam/pull/36424)).
+* (Go) Coder construction on SDK side is more faithful to the specs from
runners without stripping length-prefix. This may break streaming pipeline
update as the underlying coder could be changed
([#36387](https://github.com/apache/beam/issues/36387)).
## Deprecations