[
https://issues.apache.org/jira/browse/BEAM-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15176571#comment-15176571
]
ASF GitHub Bot commented on BEAM-86:
------------------------------------
GitHub user tgroh opened a pull request:
https://github.com/apache/incubator-beam/pull/10
[BEAM-86] Add CountingInput as a PTransform
This transform produces an unbounded PCollection containing longs based
on a CountingSource.
Deprecate methods producing a Source in CountingSource.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tgroh/incubator-beam
counting_source_as_transform
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/10.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10
----
commit 33c8e3989203ccc931293410f73dc2da7b99d23b
Author: Thomas Groh <[email protected]>
Date: 2016-03-02T22:03:28Z
Add CountingInput as a PTransform
This transform produces an unbounded PCollection containing longs based
on a CountingSource.
Deprecate methods producing a Source in CountingSource.
----
> CountingSource should expose PTransform<PInput, PCollection<Long>> rather
> than sources directly
> -----------------------------------------------------------------------------------------------
>
> Key: BEAM-86
> URL: https://issues.apache.org/jira/browse/BEAM-86
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Daniel Halperin
> Assignee: Thomas Groh
>
> We can make the Source exposure be package-private for tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)