danny0405 commented on code in PR #13951:
URL: https://github.com/apache/hudi/pull/13951#discussion_r2366643034
##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/client/model/HoodieFlinkRecord.java:
##########
@@ -216,7 +217,7 @@ public HoodieRecord rewriteRecordWithNewSchema(Schema
recordSchema, Properties p
}
@Override
- protected boolean checkIsDelete(Schema recordSchema, Properties props) {
+ protected boolean checkIsDelete(DeleteContext deleteContext, Properties
props) {
Review Comment:
because the `FlinkRecordContext` is located in the hudi-flink module, no
worries, we can keep it as it is in this patch and fix it in a separate one.
--
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]