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 d19c366  Merge pull request #5236
     add 74d6867  Create ArtifactSource Interface
     add 880d50e  Create RemoteBundle interface
     add 353be65  Create JobInfo for job declaration by operators.
     add c11c837  Create BundleFactory chain.
     new 48f9cce  Merge pull request #5152: Harness Manager Interfaces

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:
 .../{package-info.java => ArtifactSource.java}     | 24 +++++++++++++++---
 .../{package-info.java => JobBundleFactory.java}   | 16 +++++++++---
 ...ackage-info.java => OutputReceiverFactory.java} | 14 ++++++++---
 .../runners/fnexecution/control/RemoteBundle.java} | 29 +++++++++++-----------
 .../RemoteOutputReceiver.java}                     | 17 +++++++------
 .../fnexecution/control/SdkHarnessClient.java      | 19 ++------------
 .../{package-info.java => StageBundleFactory.java} | 21 +++++++++++++---
 .../runners/fnexecution/provisioning/JobInfo.java  | 22 ++++++++--------
 .../fnexecution/control/RemoteExecutionTest.java   |  1 -
 .../fnexecution/control/SdkHarnessClientTest.java  |  1 -
 10 files changed, 99 insertions(+), 65 deletions(-)
 copy 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/artifact/{package-info.java
 => ArtifactSource.java} (59%)
 copy 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/{package-info.java
 => JobBundleFactory.java} (62%)
 copy 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/{package-info.java
 => OutputReceiverFactory.java} (71%)
 copy 
runners/{core-java/src/main/java/org/apache/beam/runners/core/KeyedWorkItem.java
 => 
java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/RemoteBundle.java}
 (52%)
 copy 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/{data/RemoteInputDestination.java
 => control/RemoteOutputReceiver.java} (63%)
 copy 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/{package-info.java
 => StageBundleFactory.java} (53%)
 copy 
sdks/java/core/src/main/java/org/apache/beam/sdk/util/DoFnAndMainOutput.java => 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/provisioning/JobInfo.java
 (60%)

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

Reply via email to