nfarah86 commented on code in PR #7120: URL: https://github.com/apache/hudi/pull/7120#discussion_r1012139973
########## website/docs/quick-start-guide.md: ########## @@ -1155,7 +1163,13 @@ delete from hudi_cow_pt_tbl where name = 'a1'; </TabItem> <TabItem value="python"> -Delete records for the HoodieKeys passed in.<br/> + +#### Code overview Review Comment: This is just like a friendly reminder about the code below, so user doesn't have to scroll up and refresh ########## 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 is just like a friendly reminder about the code below, so user doesn't have to scroll up and refresh -- 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]
