Hi All
We have a unique use case where we are unable to run vacuum to clean our storage space of delta lake tables.
Since we have data partitioned by date, we plan to delete files older than a certain date directly from storage.
Could this lead to any corruption of table?
We do not plan to query the old data anyway, so its okay for us if those queries fail with missing files.
What we do not want is the new date partitions to be impacted. We also actively append new data in these tables.