[
https://issues.apache.org/jira/browse/FLINK-15440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonard Xu resolved FLINK-15440.
--------------------------------
Fix Version/s: 1.13.0
Resolution: Fixed
you can try this in SQL Client or your application by set savepoint path
{code:java}
-- restore from the specific savepoint path
Flink SQL> SET
execution.savepoint.path=/tmp/flink-savepoints/savepoint-cca7bc-bb1e257f0dab;{code}
> Enable savepoint support for Table & SQL program
> ------------------------------------------------
>
> Key: FLINK-15440
> URL: https://issues.apache.org/jira/browse/FLINK-15440
> Project: Flink
> Issue Type: New Feature
> Components: Table SQL / API
> Reporter: Kurt Young
> Priority: Major
> Labels: stale-major
> Fix For: 1.13.0
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)