the-other-tim-brown commented on code in PR #13600:
URL: https://github.com/apache/hudi/pull/13600#discussion_r2250014219
##########
hudi-common/src/main/java/org/apache/hudi/common/model/OverwriteWithLatestAvroPayload.java:
##########
@@ -84,4 +85,12 @@ public Comparable<?> getOrderingValue() {
public byte[] getRecordBytes() {
return recordBytes;
}
+
+ @Override
+ public Option<IndexedRecord> getIndexedRecord(Schema schema, Properties
properties) throws IOException {
Review Comment:
The interface is defined in `HoodieRecordPayload` and `BaseAvroPayload` does
not implement this interface. If we are ok with updating `BaseAvroPayload` to
implement the interface then we can move it.
--
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]