You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Prism] LP SOME coder and its data elements for TestStream (#36424)
* Always LP coder and its data elements for TestStream
* Fix the failed tests in go sdk due to side input coders not setting correctly.
* Reduce the change scope. Also avoid LP'ing an LP'ed coder..
* Mention breaking changes in CHANGES.md
Copy file name to clipboardExpand all lines: CHANGES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@
86
86
* (Python) Fixed transform naming conflict when executing DataTransform on a dictionary of PColls ([#30445](https://github.com/apache/beam/issues/30445)).
87
87
This may break update compatibility if you don't provide a `--transform_name_mapping`.
88
88
* 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)).
89
+
* (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)).
0 commit comments