nsivabalan commented on issue #4622:
URL: https://github.com/apache/hudi/issues/4622#issuecomment-1014943007


   Probably you might have to do a restore to a older commit. Can you give it a 
try.
   add a savepoint to a commit which was created w/ 0.9.0. and then trigger a 
restore to that savepointed commit.
   it should restore your entire table to a older snapshot. (its destructive 
operation though. something to keep in mind)
   essentially restore will delete all data files and timeline files from now 
until the savepoint to which you are looking to restore.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to