LinMingQiang commented on code in PR #7694:
URL: https://github.com/apache/hudi/pull/7694#discussion_r1080833821
##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/table/HoodieFlinkTable.java:
##########
@@ -114,4 +114,11 @@ private static void
setLatestInternalSchema(HoodieWriteConfig config, HoodieTabl
config.setInternalSchemaString(SerDeHelper.toJson(internalSchema.get()));
}
}
+
+ /**
+ * Flink writer need to skip check the compatibility of Schema#name.
+ */
+ public boolean isNeedCheckSchemaNames() {
Review Comment:
only Flink needs to ignore namespace name.
--
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]