Details
Description
TL;DR: Add startingAt to CountingInput.
Right now you can have CountingInput.upTo(someNumber) but it came up in a test that if you want to have, say, one PCollection that is 1 through 10 and another that is 11 through 20 - so you know they are disjoint - then it requires some boilerplate to add 10 to every element. That boilerplate should be part of the CountingInput
Attachments
Issue Links
- links to