You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TiCDC need to know the sql mode for each ddls to parse correctly when tidb is set in different sql modes. Thus we need to add a new field call sql-mode in ddl job to make ticdc can get sql mode in each ddls easily.