apache/beam

Remove getPCollection from (Un)CommittedBundle

Open

#18.081 geöffnet am 3. Juni 2022

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Java (4.097 Forks)batch import
P3bugdirectgood first issuerunners

Repository-Metriken

Stars
 (7.313 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T) (243 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide