Add a test for Iter/ReIter parameters in ParDos (such as after a GBK).
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 205
Description
Some bugs popped up recently because DoFn validation caused an error with ParDos that had Iter/ReIter elements. That could've been caught if a test existed that checked the creation of ParDos with Iter/ReIters, so that should be added, either as a new test or as part of some existing integration test.
Imported from Jira [BEAM-9611](https://issues.apache.org/jira/browse/BEAM-9611). Original Jira may contain additional context.
Reported by: danoliveira.
Contributor guide
Research direction
Start by locating the existing integration tests for ParDos and the DoFn validation involved in Iter/ReIter elements. Add coverage for creating a ParDo with Iter/ReIter after a GBK, and consider the work complete when the test catches the validation regression.
Written by the indexing model from the issue text.
Assessment
- Domain
- data-engineering, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100