Skip to content

Commit 4c213e5

Browse files
claudevdmClaude
and
Claude
authored
Update breaking changes with PaneInfoCoder change. (#34865)
Co-authored-by: Claude <[email protected]>
1 parent 1e010b3 commit 4c213e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@
115115
after reshuffle. To opt out of this change, set the
116116
update_compatibility_version to a previous Beam version e.g. "2.64.0".
117117
([#34348](https://github.com/apache/beam/pull/34348))
118+
* [Python] PaneInfo is encoded by PaneInfoCoder, where previously PaneInfo was
119+
encoded with FastPrimitivesCoder falling back to PickleCoder. This only
120+
affects cases where PaneInfo is directly stored as an element.
121+
([#34824](https://github.com/apache/beam/pull/34824))
118122
* [Python] BigQueryFileLoads now adds a Reshuffle before triggering load jobs.
119123
This fixes a bug where there can be data loss in a streaming pipeline if there
120124
is a pending load job during autoscaling. To opt out of this change, set the

0 commit comments

Comments
 (0)