linliu-code commented on code in PR #10632:
URL: https://github.com/apache/hudi/pull/10632#discussion_r1482122982
##########
hudi-common/src/main/java/org/apache/hudi/common/engine/HoodieReaderContext.java:
##########
@@ -219,4 +219,11 @@ public Map<String, Object>
updateSchemaAndResetOrderingValInMetadata(Map<String,
public long extractRecordPosition(T record, Schema schema, String fieldName,
long providedPositionIfNeeded) {
return providedPositionIfNeeded;
}
+
+ /**
+ * Constructs engine specific delete record.
+ */
+ public T constructRawDeleteRecord(Map<String, Object> metadata) {
Review Comment:
@danny0405, where do you suggest to implement this function for Flink
related code?
--
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]