bhasudha commented on code in PR #7120: URL: https://github.com/apache/hudi/pull/7120#discussion_r1012138929
########## 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: This seems like redundant info already available in the lines 962 - 965 above. Do we need this specifically for Python tab? -- 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]
