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/03/06 18:17:02 UTC

[beam] branch master updated (5b99fe2 -> d51b288)

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 5b99fe2  Merge pull request #4697 from cclauss/unicode-to-six.text_type
     add 4fe4acf  Make Impulse#create() visible
     add adcf951  Add JavaReadViaImpulse to core-construction
     new d51b288  Merge pull request #4717: Make Impulse#create() visible

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/JavaReadViaImpulse.java      |  95 +++++++++++++++
 .../core/construction/JavaReadViaImpulseTest.java  | 131 +++++++++++++++++++++
 .../runners/direct/ImpulseEvaluatorFactory.java    | 104 ++++++++++++++++
 .../beam/runners/direct/RootProviderRegistry.java  |   2 +
 .../runners/direct/TransformEvaluatorRegistry.java |   2 +
 .../direct/ImpulseEvaluatorFactoryTest.java        | 120 +++++++++++++++++++
 .../beam/runners/dataflow/DataflowRunner.java      | 118 +++++--------------
 .../org/apache/beam/sdk/transforms/Impulse.java    |   3 +-
 8 files changed, 485 insertions(+), 90 deletions(-)
 create mode 100644 runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/JavaReadViaImpulse.java
 create mode 100644 runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/JavaReadViaImpulseTest.java
 create mode 100644 runners/direct-java/src/main/java/org/apache/beam/runners/direct/ImpulseEvaluatorFactory.java
 create mode 100644 runners/direct-java/src/test/java/org/apache/beam/runners/direct/ImpulseEvaluatorFactoryTest.java

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

[beam] 01/01: Merge pull request #4717: Make Impulse#create() visible

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 d51b28838b39b39a6903e708898eb34b0a5ca2e2
Merge: 5b99fe2 adcf951
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Tue Mar 6 10:16:58 2018 -0800

    Merge pull request #4717: Make Impulse#create() visible
    
    [BEAM-2421] Make Impulse#create() visible

 .../core/construction/JavaReadViaImpulse.java      |  95 +++++++++++++++
 .../core/construction/JavaReadViaImpulseTest.java  | 131 +++++++++++++++++++++
 .../runners/direct/ImpulseEvaluatorFactory.java    | 104 ++++++++++++++++
 .../beam/runners/direct/RootProviderRegistry.java  |   2 +
 .../runners/direct/TransformEvaluatorRegistry.java |   2 +
 .../direct/ImpulseEvaluatorFactoryTest.java        | 120 +++++++++++++++++++
 .../beam/runners/dataflow/DataflowRunner.java      | 118 +++++--------------
 .../org/apache/beam/sdk/transforms/Impulse.java    |   3 +-
 8 files changed, 485 insertions(+), 90 deletions(-)

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