the-other-tim-brown commented on code in PR #13686:
URL: https://github.com/apache/hudi/pull/13686#discussion_r2265046571
##########
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();
+ private SerializableIndexedRecord optimizedRecord;
Review Comment:
updating to `binaryRecord`
--
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]