apache / seatunnel

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

[Improve][Connector-V2] The interface supports jdbc respects the target database field type #8031

Open Hisoka-X opened 1 week ago

Hisoka-X commented 1 week ago

Purpose of this pull request

When write data to jdbc PrepareStatement, the method invoke depends on data type come from upstream. But sometimes we should consider sink database table field type when invoke PrepareStatement set method. This PR let this feature happend, and support oracle blob type at first.

Does this PR introduce any user-facing change?

no

How was this patch tested?

add new test.

Check list