danielhumanmod commented on issue #40: URL: https://github.com/apache/incubator-xtable/issues/40#issuecomment-2415616105
Thanks for the clarification @the-other-tim-brown ! Based on the discussion, my current idea is: 1. Iceberg: Identify the current snapshot ID, and if a rollback is detected, directly restore to that version. 2. Delta: Trace the commit logs to find the latest restore operation, restore to that version, and then apply any remaining changes (e.g., adds/removals after the restore). 3. Hudi: Similar to Delta, identify the latest rollback, restore to that version, and apply the remaining changes. Does this approach align with your thoughts? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org