xinzhuxiansheng opened a new issue, #4259: URL: https://github.com/apache/streampark/issues/4259
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### Java Version 1.8 ### Scala Version 2.12.x ### StreamPark Version 2.1.5 ### Flink Version Flink 1.16.2 ### Deploy mode kubernetes-application ### What happened When the job is configured with the UNALIGNED_CHECKPOINT parameter, the latest checkpoint is obtained through the REST API. Its corresponding checkpoint type is UNALIGNED_CHECKPOINT, which does not match the enumeration value in the code, causing the job to be unable to track the checkpoint path. 当 job 配置 UNALIGNED_CHECKPOINT 参数,那通过 REST API 获取 checkpoint 的 latest ,它对应的 checkpoint type 是 UNALIGNED_CHECKPOINT,并不能与 代码中的枚举值匹配,造成 job 无法跟踪 checkpoint 路径 ### Error Exception ```log ``` ### Screenshots  ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR!(您是否要贡献这个PR?) ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
