shenh062326 commented on pull request #1819:
URL: https://github.com/apache/hudi/pull/1819#issuecomment-668930304
Let me confirm the new implementation again, adding a field containing
transient to OverwriteWithLatestAvroPayload, like below:
```
private transient String deleteMarkerField = null;
public void setDeleteMarkerField(String deleteMarkerField) {
this.deleteMarkerField = deleteMarkerField;
}
```
And set the deleteMarkerField before HoodieMergeHandle.write call
OverwriteWithLatestAvroPayload.combineAndGetUpdateValue, right?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]