Hi, I have a flink job that can run on 1.20.0 but not 1.19.0. The error message is as below:
Caused by: java.lang.ClassNotFoundException: org.apache.flink.core. execution.RestoreMode. So I compared the flink-core jar of both versions and it looks like the 1.19.0 one does not have this RestoreMode class but the 1.20.0 has it. Anyone noticed this behavior as well and Is it a bug? Thanks, Peng