YannByron commented on code in PR #6727:
URL: https://github.com/apache/hudi/pull/6727#discussion_r979181745
##########
hudi-common/src/main/java/org/apache/hudi/common/table/cdc/HoodieCDCUtils.java:
##########
@@ -103,7 +103,7 @@ private static Schema createCDCSchema(Schema tableSchema,
boolean withAfterImage
fields = Arrays.asList(opField, keyField, beforeField);
}
- Schema mergedSchema = Schema.createRecord("CDC", null,
tableSchema.getNamespace(), false);
+ Schema mergedSchema = Schema.createRecord("CDC", null, "", false);
mergedSchema.setFields(fields);
Review Comment:
will restore it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]