the-other-tim-brown commented on code in PR #13951:
URL: https://github.com/apache/hudi/pull/13951#discussion_r2366548864
##########
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:
@danny0405 I could not find any way to import the `FlinkRecordContext` in
this module. How should this record type be updated to make sure it is
consistent with the other paths?
--
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]