the-other-tim-brown commented on code in PR #13686:
URL: https://github.com/apache/hudi/pull/13686#discussion_r2263051097
##########
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:
No, this is a static variable, not an instance variable. Also the
serialization is implemented by hand for this class to ensure only the minimum
amount of data is serialized.
--
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]