dinky icon indicating copy to clipboard operation
dinky copied to clipboard

[Fix][dlink-client]Fix date type convete bug in CDCSOURCE

Open wanshicheng opened this issue 3 years ago • 0 comments

Purpose of the pull request

Fix date type convete bug in CDCSOURCE.
Because FlinkCDC returns the Days to January 1, 1970 with mysql.

Brief change log

Modified SQLSinkBuilder.java

Verify this pull request

test with mysql, but without oracle.

This change added tests and can be verified as follows: Create a table with date type. Then sync data from the table to other table.

wanshicheng avatar Jul 30 '22 09:07 wanshicheng