reenarosid commented on issue #1840:
URL: https://github.com/apache/hudi/issues/1840#issuecomment-660262865


   > yes, if you want all older copies to be deleted, guess you have to set the 
configs you have listed. For incremental pulling, point in time queries, etc 
older commits will still have the records. only the commit in which delete was 
issued will have the record deleted. So if you query the table in general with 
latest data, you will not see the deleted records. But if you query with a 
older commit time, you could see the deleted record as per that time instant, 
since these records are not deleted as of that time instant.
   
   Thanks, it was helpful. But i wonder how querying an older commit time will 
show the deleted record. Because file versions retained is set 1, then how will 
it retrive it?
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to