-
Type:
Bug
-
Status: Open
-
Priority:
P3
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: sdk-py-core
-
Labels:None
The combiners ToSet, ToDict, and ToList have a label argument in their constructor:
https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/combiners.py#L877
However the label passed through to the parent class is not actually used (there is a mismatch in the super constructor) https://github.com/apache/beam/blob/7ac82a875462f2c2570a1157b782ebadddebbe70/sdks/python/apache_beam/transforms/combiners.py#L68
- links to