You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/04/26 12:20:29 UTC

[GitHub] [hudi] codope commented on issue #5385: _hoodie_is_deleted Column

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org