-
Type:
Bug
-
Status: Open
-
Priority:
P3
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: sdk-py-core
-
Labels:None
We assign a custom _reduce_ method and a _beam_schema_id member to generated NamedTuple instances, but these methods are dropped when the constructor is pickled and unpickled (as might happen when used in a closure with beam.Map or beam.FlatMap)