seatunnel icon indicating copy to clipboard operation
seatunnel copied to clipboard

[Fix] Fix MultiTableWriterRunnable can not catch Throwable error

Open Hisoka-X opened this issue 10 months ago • 1 comments

Purpose of this pull request

This PR fix MultiTableWriterRunnable can not catch Throwable error. This bug will let job can not failed normally.

Does this PR introduce any user-facing change?

no

How was this patch tested?

add new test.

Check list

  • [ ] If any new Jar binary package adding in your PR, please add License Notice according New License Guide
  • [ ] If necessary, please update the documentation to describe the new feature. https://github.com/apache/seatunnel/tree/dev/docs
  • [ ] If you are contributing the connector code, please check that the following files are updated:
    1. Update change log that in connector document. For more details you can refer to connector-v2
    2. Update plugin-mapping.properties and add new connector information in it
    3. Update the pom file of seatunnel-dist
  • [ ] Update the release-note.

Hisoka-X avatar Apr 19 '24 11:04 Hisoka-X

cc @hailin0 @EricJoy2048

Hisoka-X avatar Apr 26 '24 07:04 Hisoka-X