You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "trushev (via GitHub)" <gi...@apache.org> on 2023/03/02 06:39:47 UTC

[GitHub] [hudi] trushev commented on a diff in pull request #7895: [HUDI-5736] Common de-coupling column drop flag and schema validation flag

trushev commented on code in PR #7895:
URL: https://github.com/apache/hudi/pull/7895#discussion_r1122654197


##########
hudi-common/src/main/java/org/apache/hudi/avro/AvroSchemaUtils.java:
##########
@@ -275,4 +297,33 @@ public static boolean containsFieldInSchema(Schema schema, String fieldName) {
       return false;
     }
   }
+
+  public static void checkSchemaCompatible(

Review Comment:
   done



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