Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Duplicate
-
None
Description
Bounded and Unbounded are used to refer to PCollections, and the overlap is confusing. These classes should be renamed to be both more specific (e.g. ParDo.LackingDoFnSingleOutput, ParDo.SingleOutput, Window.AssignWindows) which remove the overlap.
examples:
https://github.com/apache/incubator-beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/ParDo.java#L658
https://github.com/apache/incubator-beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/ParDo.java#L868
Attachments
Issue Links
- is part of
-
BEAM-1353 Beam should comply with PTransform style guide
- Resolved
- links to