chl-wxp commented on PR #10076: URL: https://github.com/apache/seatunnel/pull/10076#issuecomment-3583962933
> Are there corresponding test cases? > Are there corresponding test cases? When there are special fields on the sink side, the table structure on the sink side should be used to judge. For example, if the source is mysql and the varchar type is used to store inet content, and the target is pgsql, an error will be reported if the inet type field is used to receive data. The reason why the previous e2e could run was because the source of the test case was pgsql-cdc, and the field types were exactly the same. This was a coincidence, but it was indeed a bug. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
