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.

貢獻者指南