apache/beam

Standardize naming of PipelineResult objects

Open

#18,064 opened on Jun 3, 2022

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Java (4,097 forks)batch import
P3coregood first issueimprovementjavapython

Repository metrics

Stars
 (7,313 stars)
PR merge metrics
 (Avg merge 6d) (243 merged PRs in 30d)

Description

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.

Contributor guide