the-other-tim-brown commented on code in PR #13951:
URL: https://github.com/apache/hudi/pull/13951#discussion_r2366264013
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/common/model/HoodieSparkRecord.java:
##########
@@ -257,26 +258,12 @@ public HoodieRecord truncateRecordKey(Schema
recordSchema, Properties props, Str
}
@Override
- protected boolean checkIsDelete(Schema recordSchema, Properties props) {
+ protected boolean checkIsDelete(Schema recordSchema, Properties props,
DeleteContext deleteContext) {
Review Comment:
We'll still need the `Properties` since the `HoodieAvroRecord` requires the
properties to deserialize the record
--
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]