-
Bug
-
Resolution: Done
-
Major
-
0.9.3.Final
-
None
When create table with Enum colum, after alter table with CHARACTER SET then DBZ parse failed and so schema is not good
And then cannot get correct data from kafka
This is schema field `type`
{
"name": "type",
"type": [
"null",
{
"type": "string",
"connect.version": 1,
"connect.parameters":
,
"connect.name": "io.debezium.data.Enum"
}
],
"default": null
}
- is related to
-
DBZ-1226 Enable enumeration options to contain escaped characters or commas.
- Closed