boundarymate opened a new issue, #8314:
URL: https://github.com/apache/hudi/issues/8314

   # Background
   When I made a savepoint for my hudi table, I found only basefiles with 
instant time less than the savepoint's instant time would be saved, but I think 
it is necessary to save the logfiles with instant time less than the 
savepoint's timestamp and greater than the basefile's timestamp.
   Because the combination of the basefile and the logfiles is a full snapshot 
at the savepoint’s instant time.
   
   # Code
   SavepointActionExecutor#execute
   
![image](https://user-images.githubusercontent.com/42636497/228471405-fb0a18d3-a24f-4f60-bb5a-0dfd56f9b010.png)
   
   
   


-- 
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