You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2018/07/09 21:41:29 UTC

[beam] branch master updated (ec26b27 -> 8873d41)

This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from ec26b27  Merge pull request #5778 from charlesccychen/delete-refcounts
     add e710f60  Infer boundedness for SDF application at application time
     new 8873d41  Merge pull request #5904: Infer boundedness for SDF application at application time

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/beam/sdk/transforms/ParDo.java |  2 +-
 .../java/org/apache/beam/sdk/transforms/Watch.java |  2 ++
 .../java/org/apache/beam/sdk/io/FileIOTest.java    |  2 ++
 .../beam/sdk/transforms/SplittableDoFnTest.java    | 41 ++++++++++++++++++++++
 4 files changed, 46 insertions(+), 1 deletion(-)


[beam] 01/01: Merge pull request #5904: Infer boundedness for SDF application at application time

Posted by ie...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 8873d414b0b4f4cbae4f424af663d33bc92e7b6f
Merge: ec26b27 e710f60
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Mon Jul 9 23:41:24 2018 +0200

    Merge pull request #5904: Infer boundedness for SDF application at application time

 .../java/org/apache/beam/sdk/transforms/ParDo.java |  2 +-
 .../java/org/apache/beam/sdk/transforms/Watch.java |  2 ++
 .../java/org/apache/beam/sdk/io/FileIOTest.java    |  2 ++
 .../beam/sdk/transforms/SplittableDoFnTest.java    | 41 ++++++++++++++++++++++
 4 files changed, 46 insertions(+), 1 deletion(-)