Hello What I see is; If I we want to implement GDPR ( https://cwiki.apache.org/confluence/display/HUDI/FAQ#FAQ-HowdoIdeleterecordsinthedatasetusingHudi) then old version of commit files should be removed (otherwise incremental query with point-time options can still read the data which is deleted in latter stage). Time travel query is not possible anymore if we want to implement GDPR? any configurations/options to delete only specific records in the older commit files instead of removing the whole file?
Thanks