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/16 23:57:03 UTC

[beam] 01/01: Merge pull request #4880: Remove Future#set(null) in fn-execution

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 cb13361a6d4452e7f5e31af5974e8b90316a654a
Merge: 4bd5006 84f043f
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Fri Mar 16 16:56:58 2018 -0700

    Merge pull request #4880: Remove Future#set(null) in fn-execution
    
    Remove Future#set(null) in fn-execution

 .../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(-)

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