You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Eugene Kirpichov (JIRA)" <ji...@apache.org> on 2017/04/07 21:46:41 UTC

[jira] [Comment Edited] (BEAM-447) Stop referring to types with Bound/Unbound

    [ https://issues.apache.org/jira/browse/BEAM-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15947688#comment-15947688 ] 

Eugene Kirpichov edited comment on BEAM-447 at 4/7/17 9:46 PM:
---------------------------------------------------------------

Remaining instances: TextIO, AvroIO (handled by https://github.com/apache/beam/pull/1927), XmlSink, TFRecordIO.


was (Author: jkff):
Remaining instances: TextIO, AvroIO (handled by https://github.com/apache/beam/pull/1927), Window (handled by a soon-to-be-sent-for-review PR of mine), XmlSink, TFRecordIO.

> Stop referring to types with Bound/Unbound
> ------------------------------------------
>
>                 Key: BEAM-447
>                 URL: https://issues.apache.org/jira/browse/BEAM-447
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core
>            Reporter: Thomas Groh
>            Assignee: Davor Bonaci
>              Labels: backward-incompatible
>             Fix For: First stable release
>
>
> 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



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)