codope commented on issue #5385:
URL: https://github.com/apache/hudi/issues/5385#issuecomment-1109727087

   @p-powell It's not strictly necessary. If your use case is to delete 
records, then Hudi supports two kinds of deletes: soft deletes (just null out 
the values) and hard deletes (physically remove, no trace of record). For the 
latter, you would need top include _hoodie_is_deleted. You can read more here: 
https://hudi.apache.org/docs/writing_data/#deletes


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

Reply via email to