the-other-tim-brown commented on code in PR #13964: URL: https://github.com/apache/hudi/pull/13964#discussion_r2370819261
########## hudi-common/src/main/java/org/apache/hudi/common/model/SerializableIndexedRecord.java: ########## @@ -46,6 +46,7 @@ public class SerializableIndexedRecord implements GenericRecord, KryoSerializabl private static final long serialVersionUID = 1L; private IndexedRecord record; + private Schema schema; Review Comment: What would be the benefit? The schema object should be the same and it is not serialized as part of the object so I'm not sure what we would gain with this. -- 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]
