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
Don't quite remember what the specific issue was when this was created. My assumption would be that the corruption was due to the fact that we were not doing conflict resolution on failing commits. This would not have been an issue for append only tables.
Since then we added conflict resolution, but not sure if that is in the latest python release. So i think this could be resolved now.
Description
We note here that optimize only works on append-only tables. We should get it to work for all tables.
delta-rs/rust/src/optimize.rs
Lines 7 to 8 in 2c66b19
Use Case
Related Issue(s)
The text was updated successfully, but these errors were encountered: