reenarosid opened a new issue #1840:
URL: https://github.com/apache/hudi/issues/1840


   **Describe the problem you faced**
   
   I am trying to delete a record, yes the delete operation was reflected, but 
I still find a hard copy of the files in s3. 
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1.I tried inserting a few records, then update a few and delete a few, but 
in my s3 folder i only saw few more files being created for the partition i 
updated or delted. So if i read through any other service then, i see 
duplicates.
   
   **Expected behavior**
   
   A clear and concise description of what you expected to happen.
   When i update a record I ideally want only one file(the latest version) and 
when i delete i want only the latest version (minus the deleted record)
   
   **Environment Description**
   
   * Hudi version :0.53
   
   * Spark version :2.44
   
   * Storage (HDFS/S3/GCS..) :s3
   
   * Running on Docker? (yes/no) : no
   
   
   **Additional context**
   
   For GDPR purpose , once a delete is performed we shouldn't be able to 
read/trace back the record again.
   
   
   


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