1 个回答
设置变量,重新执行即可,例如:
#设置流模式
SET 'execution.runtime-mode' = 'streaming';
#设置上一次的保存点
SET 'execution.savepoint.path' = <savepointPath>;
#重新执行sql
INSERT INTO table SELECT id,name,age FROM table1;
发布于:4个月前 (12-20) IP属地:四川省
我来回答
您需要 登录 后回答此问题!