nsivabalan commented on code in PR #13952: URL: https://github.com/apache/hudi/pull/13952#discussion_r2366246458
########## 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: should be ok. on first time inflating to IndexedRecord, we are setting schema to null. Initially, I thought we are storing the schema for every record here. -- 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]
