You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There also appears to be some misunderstanding. This library implements another delete call on the files. IIUC DeltaTable.vacuum is already deleting (i.e. it removes the files from store and not just from the deltalake log) all files and we don't need a dask concurrency layer to do this. @MrPowers can you confirm this?
delta-rs already has DeltaTable.vacuum(). We should consider removing
vacuum
from this library if it's not needed.The text was updated successfully, but these errors were encountered: