apache/beam

Standardize naming of PipelineResult objects

Open

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

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Java (4,097 fork)batch import
P3coregood first issueimprovementjavapython

仓库指标

Star
 (7,313 star)
PR 合并指标
 (平均合并 6天) (30 天内合并 243 个 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.

贡献者指南