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 4bd5006 [BEAM-3869] Fix Go Dataflow break due to zero timestamps
add 84f043f Remove Future#set(null) in fn-execution
new cb13361 Merge pull request #4880: Remove Future#set(null) in
fn-execution
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:
.../src/main/resources/beam/findbugs-filter.xml | 41 --------------
.../sdk/fn/data/BeamFnDataInboundObserver.java | 2 +-
.../data/CompletableFutureInboundDataClient.java | 12 ++---
.../fn/data/SettableFutureInboundDataClient.java | 63 ----------------------
.../CompletableFutureInboundDataClientTest.java | 9 ++--
.../fn/harness/control/BeamFnControlClient.java | 7 ++-
.../fn/harness/logging/BeamFnLoggingClient.java | 4 +-
.../beam/fn/harness/BeamFnDataReadRunnerTest.java | 2 +-
.../data/BeamFnDataInboundObserverTest.java | 1 +
9 files changed, 21 insertions(+), 120 deletions(-)
rename sdks/java/{harness/src/main/java/org/apache/beam/fn/harness =>
fn-execution/src/main/java/org/apache/beam/sdk/fn}/data/CompletableFutureInboundDataClient.java
(84%)
delete mode 100644
sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/SettableFutureInboundDataClient.java
rename sdks/java/{harness/src/test/java/org/apache/beam/fn/harness =>
fn-execution/src/test/java/org/apache/beam/sdk/fn}/data/CompletableFutureInboundDataClientTest.java
(94%)
--
To stop receiving notification emails like this one, please contact
[email protected].