apache/beam

Refactor PTransformOverrideFactories to remove code duplication

Aberta

#18.373 aberto em 3 de jun. de 2022

 (0 comentário) (0 reação) (0 responsável)Java (4.097 forks)batch import
P3bugcoregood first issuerunners

Métricas do repositório

Stars
 (7.313 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador