We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e010b3 commit 4c213e5Copy full SHA for 4c213e5
CHANGES.md
@@ -115,6 +115,10 @@
115
after reshuffle. To opt out of this change, set the
116
update_compatibility_version to a previous Beam version e.g. "2.64.0".
117
([#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))
122
* [Python] BigQueryFileLoads now adds a Reshuffle before triggering load jobs.
123
This fixes a bug where there can be data loss in a streaming pipeline if there
124
is a pending load job during autoscaling. To opt out of this change, set the
0 commit comments