Skip to content

Commit

Permalink
Remove an extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 authored Feb 7, 2025
1 parent de26af5 commit 9df3fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticdc/ticdc-debezium.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,6 @@ The data format mapping in the TiCDC Debezium message basically follows the [Deb

- Debezium converts `charsetName` to `"utf8mb4"` when the column collation is `"utf8_unicode_ci"` and the character set is null, but TiCDC does not.

- Debezium escapes ENUM elements, but TiCDC does not. For example, TiCDC encodes ENUM elements ('c,\\'d','g,\'\'h') to ('c,\'d', 'g,\'h').
- Debezium escapes ENUM elements, but TiCDC does not. For example, TiCDC encodes ENUM elements ('c,\\'d','g,\'\'h') to ('c,\'d', 'g,\'h').

- TiCDC converts the default value of TIME like `'1000-00-00 01:00:00.000'` to `"1000-00-00"`, but Debezium does not.

0 comments on commit 9df3fce

Please sign in to comment.