vinothchandar commented on code in PR #13686:
URL: https://github.com/apache/hudi/pull/13686#discussion_r2263176426
##########
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:
k this is a HoodieRecord.. even though it says `...IndexedRecord` .
problem for another day.
--
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]