danny0405 commented on code in PR #13686:
URL: https://github.com/apache/hudi/pull/13686#discussion_r2264214095
##########
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;
Review Comment:
Because we already have a `HoodieAvroRecord`, hmm...
--
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]