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][API] Make sure the table name in TablePath not be null #7252

Closed Hisoka-X closed 1 month ago

Hisoka-X commented 1 month ago

Purpose of this pull request

This PR ensure that tablename in TablePath/TableIdentifier is not null, which reduces the burden of downstream processing of null and is more in line with the processing logic in SeaTunnel.

Does this PR introduce any user-facing change?

no

How was this patch tested?

exist test.

Check list

Hisoka-X commented 1 month ago

cc @hailin0 @hawk9821