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


##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieMetadataPayload.java:
##########
@@ -410,7 +410,10 @@ public Option<IndexedRecord> getInsertValue(Schema schema, 
Properties properties
       return Option.empty();
     }
 
-    if (schema == null || HOODIE_METADATA_SCHEMA == schema) {
+    // TODO: feature(schema): HoodieSchema change, we removed caching in a few 
areas, during the migration of Avro.Schema -> HoodieSchema.

Review Comment:
   https://github.com/apache/hudi/issues/17532
   
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to