apache/beam

Refactor PTransformOverrideFactories to remove code duplication

开放

#18,373 创建于 2022年6月3日

 (0 条评论) (0 个反应) (0 位负责人)Java (4,097 个派生)batch import
P3bugcoregood first issuerunners

仓库指标

星标
 (7,313 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南