alexeykudinkin commented on code in PR #7769:
URL: https://github.com/apache/hudi/pull/7769#discussion_r1090889041
##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieAvroIndexedRecord.java:
##########
@@ -234,4 +233,18 @@ protected final IndexedRecord readRecordPayload(Kryo kryo,
Input input) {
return kryo.readObjectOrNull(input, GenericRecord.class, avroSerializer);
}
+
+ static void updateMetadataValuesInternal(GenericRecord avroRecord,
MetadataValues metadataValues) {
Review Comment:
It's very specific in its purpose though -- it overwrites meta-fields that
shouldn't occur outside of `HoodieRecord`
--
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]