apache / seatunnel

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

[Improve][Connector-V2] Improve jdbc merge table from path and query when type is decimal #7917

Closed Hisoka-X closed 3 weeks ago

Hisoka-X commented 1 month ago

Purpose of this pull request

In jdbc merge table from table path and table query, when column type is decimal, the precision and scale should not affect the merge result.

Does this PR introduce any user-facing change?

Yes, some source produce catalog table type could be changed. But it should be OK, it is more accurate.

How was this patch tested?

add new test.

Check list