Hello delta-rs community
In the deltatable library we have the restoreToVersion method to roll-back changes (
https://delta.io/blog/2022-10-03-rollback-delta-lake-restore/). In delta-rs this does not (yet) exist. To rollback the changes we could obviously query for version t-1 and write (with overwrite) that version to the same table. Are there other perhaps more efficient solutions to this, or would this currently be the way to go in delta-rs?