@@ -85,7 +85,7 @@ func (s ClickHouseSuite) Test_MySQL_Time() {
8585 require .NoError (s .t , s .source .Exec (s .t .Context (), fmt .Sprintf (`INSERT INTO %s ("key",d,dt,tm,t) VALUES
8686 ('init','1935-01-01','1953-02-02 12:01:02','1973-02-02 13:01:02.123','14:21.654321'),
8787 ('init','0000-00-00','0000-00-00 00:00:00','0000-00-00 00:00:00.000','00:00'),
88- ('init','0000-00 -00','0000 -00-00 00:00:00','0000 -00-00 00:00:00.000','-800:0:1')` ,
88+ ('init','2000-01 -00','2000 -00-01 00:00:00','2000 -00-00 00:00:00.000','-800:0:1')` ,
8989 quotedSrcFullName )))
9090
9191 connectionGen := e2e.FlowConnectionGenerationConfig {
@@ -105,7 +105,7 @@ func (s ClickHouseSuite) Test_MySQL_Time() {
105105 require .NoError (s .t , s .source .Exec (s .t .Context (), fmt .Sprintf (`INSERT INTO %s ("key",d,dt,tm,t) VALUES
106106 ('cdc','1935-01-01','1953-02-02 12:01:02','1973-02-02 13:01:02.123','14:21.654321'),
107107 ('cdc','0000-00-00','0000-00-00 00:00:00','0000-00-00 00:00:00.000','00:00'),
108- ('cdc','0000-00 -00','0000 -00-00 00:00:00','0000 -00-00 00:00:00.000','-800:0:1')` ,
108+ ('cdc','2000-01 -00','2000 -00-01 00:00:00','2000 -00-00 00:00:00.000','-800:0:1')` ,
109109 quotedSrcFullName )))
110110
111111 e2e .EnvWaitForEqualTablesWithNames (env , s , "waiting on cdc" , srcTableName , dstTableName , "id,\" key\" ,d,dt,tm,t" )
0 commit comments