bhasudha commented on code in PR #7120:
URL: https://github.com/apache/hudi/pull/7120#discussion_r1012148242


##########
website/docs/quick-start-guide.md:
##########
@@ -1028,6 +1028,13 @@ Notice that the save mode is `Append`.
 </TabItem>
 <TabItem value="python">
 
+#### Code overview 
+Soft deletes retain the record key and null out the values for all the other 
fields. For example, records with nulls in soft deletes are always persisted in 
storage and never removed.<br/><br/>

Review Comment:
   Makes sense. Nadine and I synced on this offline. We will pull this out of 
individual tabs and add a brief description under hard deletes section for 
better readability



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