Ultimate access to all questions.
A data engineering team has implemented a weekly batch job to process customer data deletion requests ("right to be forgotten") at 1am every Sunday, completing within one hour. All user data is stored in Delta Lake tables with default settings. A separate VACUUM operation runs on all Delta Lake tables every Monday at 3am.
The compliance officer raises concerns about Delta Lake's time travel feature potentially allowing access to deleted data.
Assuming proper deletion logic implementation, which statement accurately resolves this compliance concern?