danny0405 commented on code in PR #13686:
URL: https://github.com/apache/hudi/pull/13686#discussion_r2261836073


##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieAvroIndexedRecord.java:
##########
@@ -47,40 +48,62 @@
  * This only use by reader returning.
  */
 public class HoodieAvroIndexedRecord extends HoodieRecord<IndexedRecord> {
+  private static final long serialVersionUID = 1L;
+  private static final AvroRecordContext AVRO_RECORD_CONTEXT = new 
AvroRecordContext();

Review Comment:
   is this variable serialzied altogeter with this record? should we move it to 
just `AvroRecordContext`.



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