You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2023/01/19 05:46:44 UTC

[GitHub] [hudi] danny0405 commented on a diff in pull request #7694: [HUDI-5572] Flink write need to skip check the compatibility of Schem…

danny0405 commented on code in PR #7694:
URL: https://github.com/apache/hudi/pull/7694#discussion_r1080830408


##########
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 ignores that namespace name or all the engines can do that?



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org