voonhous commented on code in PR #18006:
URL: https://github.com/apache/hudi/pull/18006#discussion_r2767665780


##########
hudi-common/src/main/java/org/apache/hudi/common/schema/HoodieSchemaUtils.java:
##########
@@ -464,7 +463,7 @@ public static HoodieSchema pruneDataSchema(HoodieSchema 
dataSchema, HoodieSchema
    */
   public static boolean areSchemasProjectionEquivalent(HoodieSchema schema1, 
HoodieSchema schema2) {

Review Comment:
   I think we can remove this and redirect all calls to this to 
HoodieSchemaCompatibility. 



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

Reply via email to