Re: [PR] [Improve] Add `SavePointFailedException` for savepoint failed [seatunnel]

2023-12-18 Thread via GitHub
Carl-Zhou-CN merged PR #5994: URL: https://github.com/apache/seatunnel/pull/5994 -- 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: commits-unsubscr...@sea

[PR] [Improve] Add `SavePointFailedException` for savepoint failed [seatunnel]

2023-12-12 Thread via GitHub
Hisoka-X opened a new pull request, #5994: URL: https://github.com/apache/seatunnel/pull/5994 ### Purpose of this pull request This PR add new exception `SavePointFailedException` used when savepoint failed. Not throw `Throwable` any more. ### Does this PR introduce