apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
7.79k stars 1.74k forks source link

[Improve][Core] Move MultiTableSink to seatunnel-api module #7243

Closed Hisoka-X closed 1 month ago

Hisoka-X commented 1 month ago

Purpose of this pull request

This PR Move MultiTableSink to seatunnel-api module, so we can avoid using class names to handle multi-table logic, it's a dangerous way.

Does this PR introduce any user-facing change?

no

How was this patch tested?

exist test.

Check list