Rahul Raman
Rahul Raman
Thank you for the clarification. I have gone through the [transaction](https://delta-io.github.io/delta-rs/how-delta-lake-works/delta-lake-acid-transactions/#how-delta-lake-transactions-can-conflict) and [vacuum](https://delta-io.github.io/delta-rs/usage/managing-tables/#vacuuming-tables) documentation. Following the example when I try to vacuum: ``` dt = DeltaTable("s3a://test-bucket/file-4") dt.vacuum() [] ``` It...
After going through the documentation I have set the `retention_hours=0` and set `enforce_retention_duration=False` But even after this I still get empty list for vacuum. There are totally 3 parquet files...
I had a small doubt regarding the cache, while it is not exactly related to this issue, but I wanted to know why we pass the entire input when us_cache=True....