[BUG][CDC]Debezium Protocal set error default value for the not null timestamp field. #11966
Labels
affects-8.5
This bug affects the 8.5.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
severity/moderate
type/bug
The issue is confirmed as a bug.
{ "type": "string", "optional": false, "name": "io.debezium.time.ZonedTimestamp", "version": 1, "field": "Timestamp_Info", "default": 0 }
default value for the ZonedTimestamp is invalid.
follow is tidb ddl.
timestamp_Info timestamp default CURRENT_TIMESTAMP not null on update CURRENT_TIMESTAMP,
The text was updated successfully, but these errors were encountered: