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.

貢獻者指南