vinothchandar commented on issue #1004: [HUDI-328] Adding delete api to 
HoodieWriteClient
URL: https://github.com/apache/incubator-hudi/pull/1004#issuecomment-554794420
 
 
   Food for thought :  It could be useful to handle deletes, in stream i.e with 
a mix of updates and inserts and deletes in a single deltastreamer batch.. For 
this, we can provide a standard field say `_hoodie_delete_marker:true`, if we 
see this field set to true in `OverwriteWithLatestAvroPayload` (or other 
payloads that we ship out of box in the project), then we return 
`Optional.empty()` when we do `combineAndGet...` method ?  This field wont be 
mandatory.. we will just look for this.. If this makese sense, please create a 
JIRA and also do it.. it should be a simple change and very similar to how we 
did deletes at Uber.. This also needs docs. 

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to