apache/beam
Vedi su GitHubRefactor PTransformOverrideFactories to remove code duplication
Open
#18.373 aperta il 3 giu 2022
P3bugcoregood first issuerunners
Metriche repository
- Star
- (7313 star)
- Metriche merge PR
- (Merge medio 6g) (243 PR mergiate in 30 g)
Descrizione
The majority of the factories take in a single PCollection as input and produce a single PCollection as output; the code to extract the single input can be invisible as part of the class hierarchy, rather than explicitly called in every override.
Imported from Jira BEAM-1982. Original Jira may contain additional context. Reported by: tgroh.