jpechane No, I just saw your discussion on gitter
I do not fully understand why DDL parser is necessary.
I just wonder whether we can obtain the schema from the original table directly (call `getTableSchemaFromTable` instead of `getTableSchemaFromChangeTable`)? I would assume that when Debezium detects a new capture instance has been created, the schema of the newly created change table corresponds to original table's schema.
Released