Remove getPCollection from (Un)CommittedBundle
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 205
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](https://issues.apache.org/jira/browse/BEAM-689). Original Jira may contain additional context.
Reported by: tgroh.
Contributor guide
Research direction
Review the referenced pull request 1019 first, then locate getPCollection and its usages on UnCommittedBundle and CommittedBundle. The work is done when Root bundles no longer depend on a PCollection, any required (Bundle, PCollection) tracking is outside Bundle, and the accessor and its callers are removed or updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100