You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tg...@apache.org on 2018/01/26 17:35:59 UTC

[beam] branch master updated (ddce6b6 -> d4a55d9)

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

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


    from ddce6b6  Merge pull request #4501: Some missing fixes for the Java 8 migration
     add 0ee69fe  Retrieve Environments from PTransforms
     new d4a55d9  Merge pull request #4469

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:
 .../core/construction/CombineTranslation.java      |   3 +-
 .../runners/core/construction/Environments.java    |  72 ++++++-
 .../core/construction/ParDoTranslation.java        |  45 ++---
 .../construction/WindowingStrategyTranslation.java |  12 +-
 .../core/construction/WriteFilesTranslation.java   |   3 +-
 .../core/construction/EnvironmentsTest.java        | 224 +++++++++++++++++++++
 .../dataflow/PrimitiveParDoSingleFactory.java      |  13 +-
 7 files changed, 333 insertions(+), 39 deletions(-)
 create mode 100644 runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/EnvironmentsTest.java

-- 
To stop receiving notification emails like this one, please contact
tgroh@apache.org.

[beam] 01/01: Merge pull request #4469

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

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

commit d4a55d9f485a06a9fc0933884c36d38af3c69d3d
Merge: ddce6b6 0ee69fe
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Fri Jan 26 09:35:56 2018 -0800

    Merge pull request #4469
    
    Retrieve Environments from PTransforms

 .../core/construction/CombineTranslation.java      |   3 +-
 .../runners/core/construction/Environments.java    |  72 ++++++-
 .../core/construction/ParDoTranslation.java        |  45 ++---
 .../construction/WindowingStrategyTranslation.java |  12 +-
 .../core/construction/WriteFilesTranslation.java   |   3 +-
 .../core/construction/EnvironmentsTest.java        | 224 +++++++++++++++++++++
 .../dataflow/PrimitiveParDoSingleFactory.java      |  13 +-
 7 files changed, 333 insertions(+), 39 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
tgroh@apache.org.