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/18 11:43:17 UTC

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

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


##########
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:
   thank you for review.



-- 
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