bvaradar commented on issue #2383: URL: https://github.com/apache/hudi/issues/2383#issuecomment-751794374
@echarso : Yes, after Hudi commits the deletes, the snapshot queries won't be able to query those records. Note that incremental queries which is looking at time window before the deletes got committed will be able to access them till the older versions are cleaned by cleaner. Regarding anonymization, you can plugin any custom logic for updates by implementing your own RecordPayload class : https://github.com/apache/hudi/blob/master/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecordPayload.java ---------------------------------------------------------------- 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]
