You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2021/02/03 10:09:35 UTC

[flink] branch master updated (99c1b2f -> 91f4a98)

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 99c1b2f  [FLINK-21092][table-planner-blink] Move the spec classes in `exec.utils` to `exec.spec` package
     add 91f4a98  [FLINK-10520][rest] Properly handle optional savepoint parameters

No new revisions were added by this update.

Summary of changes:
 .../savepoints/SavepointTriggerRequestBody.java    |  5 +-
 .../stop/StopWithSavepointRequestBody.java         |  4 +-
 .../messages/SavepointHandlerRequestBodyTest.java  | 61 ++++++++++++++++++++++
 3 files changed, 65 insertions(+), 5 deletions(-)
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/rest/messages/SavepointHandlerRequestBodyTest.java