This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 3da7c8e [FLINK-20422] Fix redirect link in temporal_table.md
add 8d81250 [FLINK-20521][rpc] Add support for sending null responses
add 199ee72 [hotfix] Add @Nullable annotation to
SerializedValue.serializedData
No new revisions were added by this update.
Summary of changes:
.../org/apache/flink/util/SerializedValue.java | 4 +
.../flink/runtime/rpc/akka/AkkaRpcActor.java | 11 ++-
.../flink/runtime/rpc/akka/AkkaRpcActorTest.java | 50 +++++++++++
.../runtime/rpc/akka/RemoteAkkaRpcActorTest.java | 99 ++++++++++++++++++++++
4 files changed, 160 insertions(+), 4 deletions(-)
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/rpc/akka/RemoteAkkaRpcActorTest.java