the-other-tim-brown commented on code in PR #13951:
URL: https://github.com/apache/hudi/pull/13951#discussion_r2368483523
##########
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:
It's just missing the delete key check so I'm going to add that directly
here for now so it is consistent for the 1.1.0 release
--
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]