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
[email protected].