apache/beam

Remove getPCollection from (Un)CommittedBundle

Open

#18 081 ouverte le 3 juin 2022

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Java (4 097 forks)batch import
P3bugdirectgood first issuerunners

Métriques du dépôt

Stars
 (7 313 stars)
Métriques de merge PR
 (Merge moyen 6j) (243 PRs mergées en 30 j)

Description

After https://github.com/apache/incubator-beam/pull/1019 is merged, Root bundles will no longer belong to a PCollection in all cases. Any (Bundle, PCollection) pair that must be tracked should be done so outside of the Bundle class.

Imported from Jira BEAM-689. Original Jira may contain additional context. Reported by: tgroh.

Guide contributeur