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 df326cb  This closes #4190: [BEAM-3030] Adds a deduplication key to 
Watch, and uses it to handle growing files in FileIO.match
     add 3d1c966  Extract LogicalEndpoint to java-fn-execution
     new defd029  Merge pull request #4202

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:
 .../runners/fnexecution/data/FnDataService.java    | 20 +----------
 sdks/java/fn-execution/build.gradle                |  1 +
 sdks/java/fn-execution/pom.xml                     | 12 +++++++
 .../apache/beam/sdk/fn/data/LogicalEndpoint.java   | 22 ++++++++----
 .../org/apache/beam/sdk/fn/data}/package-info.java |  4 +--
 .../beam/fn/harness/BeamFnDataReadRunner.java      |  4 +--
 .../beam/fn/harness/BeamFnDataWriteRunner.java     |  4 +--
 .../data/BeamFnDataBufferingOutboundObserver.java  | 18 +++++-----
 .../beam/fn/harness/data/BeamFnDataClient.java     |  7 ++--
 .../beam/fn/harness/data/BeamFnDataGrpcClient.java | 14 ++++----
 .../fn/harness/data/BeamFnDataGrpcMultiplexer.java | 14 ++++----
 .../beam/fn/harness/BeamFnDataReadRunnerTest.java  |  8 ++---
 .../beam/fn/harness/BeamFnDataWriteRunnerTest.java |  8 ++---
 .../BeamFnDataBufferingOutboundObserverTest.java   | 17 ++++-----
 .../fn/harness/data/BeamFnDataGrpcClientTest.java  | 42 +++++++++++-----------
 .../data/BeamFnDataGrpcMultiplexerTest.java        | 14 ++++----
 16 files changed, 105 insertions(+), 104 deletions(-)
 copy 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/logging/LogWriter.java
 => 
sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/LogicalEndpoint.java
 (57%)
 copy {runners/apex/src/test/java/org/apache/beam/runners/apex/examples => 
sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data}/package-info.java
 (88%)

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to