-
Bug
-
Resolution: Done
-
Major
-
1.6.0.CR1
-
None
-
False
-
False
-
Undefined
-
-
After altering the schema of already captured table with below DDL:
REDO_SQL: ALTER TABLE ULGN01.TLGNC_SAREA ADD (CONFIRM_MERGE_FLAG NUMBER(1) DEFAULT 0);
Debezium producer throw below error. The new DDL is not also captured in the Schema_changes topic with the new schema updated in the schema registry
org.apache.kafka.connect.errors.SchemaBuilderException: Invalid default value ... Caused by: org.apache.kafka.connect.errors.DataException: Invalid Java object for schema type INT8: class java.lang.String for field: "null"