Details
-
Sub-task
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
None
Description
Add support for user state in a ParDo.Multi by:
- adding expansion/conversion logic within Dataflow service to add any needed GBKs to allow expansion.
OR
- Add support for expansion inside the Beam SDK once the PTransformMatcher exposes a way to know when the replacement is not required by checking that the preceding ParDos to a GBK are key preserving.