HuHuan Fantasy
HuHuan Fantasy
MySqlSnapshotSplitReadTask throw exception when primary key conflict with keywords or reserved words. sample table: ``` CREATE TABLE quote_pk_table ( `key` VARCHAR(10) NOT NULL PRIMARY KEY, name VARCHAR(255) NOT NULL DEFAULT...
## What is the purpose of the change As described in the issue FLINK-35427, this pull request trying to introduce a config in json format, so we can fail the...
## What is the purpose of the change - Fix typo of json format zh docs - Fix docs of json format test util class - Fix some test cases...