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
* Revert "Revert three commits related to supporting custom coder in reshuffle"
This reverts commit 4cbf257.
* Use update_compatibility_version flag to determine whether to use new typehint behavior.
* Highlight changes in CHANGES.md
* Minor refactoring based on feedback.
* Fix lints.
* Simply the documented breaking changes.
* Fix typo.
Copy file name to clipboardExpand all lines: CHANGES.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,12 @@
66
66
67
67
## New Features / Improvements
68
68
69
+
* Support custom coders in Reshuffle ([#29908](https://github.com/apache/beam/issues/29908), [#33356](https://github.com/apache/beam/issues/33356)).
70
+
69
71
* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
70
72
71
73
## Breaking Changes
74
+
*[Python] Reshuffle now correctly respects user-specified type hints, fixing a previous bug where it might use FastPrimitivesCoder wrongly. This change could break pipelines with incorrect type hints in Reshuffle. If you have issues after upgrading, temporarily set update_compatibility_version to a previous Beam version to use the old behavior. The recommended solution is to fix the type hints in your code. ([#33932](https://github.com/apache/beam/pull/33932))
72
75
73
76
* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
0 commit comments