This is an automated email from the ASF dual-hosted git repository.
dwysakowicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 2a2e72d [FLINK-25157][table-planner] Introduce NullToStringCastRule
new 4c4735b [FLINK-25155] Implement claim snapshot restore mode
new 49c4ed2 [FLINK-25155] Support claim mode in cli
new 7641c23 [FLINK-25155] Support claim mode in rest api
The 3 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:
.../shortcodes/generated/rest_v1_dispatcher.html | 10 +++
.../generated/savepoint_config_configuration.html | 6 ++
.../apache/flink/client/cli/CliFrontendParser.java | 40 ++++++++--
.../flink/client/cli/CliFrontendRunTest.java | 41 ++++++++++
.../runtime/webmonitor/handlers/JarRunHandler.java | 9 ++-
.../webmonitor/handlers/JarRunRequestBody.java | 18 ++++-
.../handlers/JarRunHandlerParameterTest.java | 6 +-
.../webmonitor/handlers/JarRunRequestBodyTest.java | 11 ++-
.../src/test/resources/rest_api_v1.snapshot | 6 +-
.../runtime/checkpoint/CheckpointCoordinator.java | 31 ++++++--
.../flink/runtime/checkpoint/Checkpoints.java | 8 +-
.../apache/flink/runtime/jobgraph/RestoreMode.java | 30 ++++---
.../runtime/jobgraph/SavepointConfigOptions.java | 10 +++
.../runtime/jobgraph/SavepointRestoreSettings.java | 40 +++++++---
.../scheduler/DefaultExecutionGraphFactory.java | 3 +-
.../checkpoint/CheckpointMetadataLoadingTest.java | 40 ++++++++--
.../flink-sql-client/src/test/resources/sql/set.q | 5 ++
.../flink/test/checkpointing/SavepointITCase.java | 92 ++++++++++++++++++++--
18 files changed, 345 insertions(+), 61 deletions(-)
copy
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/config/ResultMode.java
=>
flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/RestoreMode.java
(55%)