extend join-library to support 3+ PCollections
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
`join.class` in join-library can handle two source PCollections, to perform inner/left_outer/right_outer join.
Extend the capability to handle more upstream PCollections.
Imported from Jira [BEAM-1987](https://issues.apache.org/jira/browse/BEAM-1987). Original Jira may contain additional context.
Reported by: mingmxu.
Contributor guide
Research direction
Start with `join.class` in the join-library and review the original Jira issue BEAM-1987 for additional context. Determine the existing two-PCollection inner, left_outer, and right_outer behavior, then define what supporting three or more upstream PCollections should mean and verify that capability across the supported join types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100