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
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