apache/beam

Standardize naming of PipelineResult objects

开放

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

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

仓库指标

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

描述

Today:

PipelineResult is an interface returned by running a pipeline. DataflowPipelineJob is the Dataflow implementation of that interface FlinkRunnerResult is the Flink implementation EvaluationContext is the Spark implementation DirectPipelineResult is the DirectRunner implementation

Ideally, all the names would indicate that they are a PipelineResult, like the DirectRunner does.

Imported from Jira BEAM-726. Original Jira may contain additional context. Reported by: bchambers.

贡献者指南