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

[Fix][API] Fix column length can not be long #8039

Closed Hisoka-X closed 1 week ago

Hisoka-X commented 1 week ago

Purpose of this pull request

Fix column length in schema config can not be long. If set column length more than integer max value, it will report error.

Does this PR introduce any user-facing change?

no

How was this patch tested?

add new test.

Check list