ajantha-bhat commented on issue #13155:
URL: https://github.com/apache/iceberg/issues/13155#issuecomment-2912175962

   > Yeah, given a target snapshot, we can walk through the ancestors and look 
for an existing stats file. If we can find one, it means all snapshots in 
between are still there, then we apply them one by one. A possible corner case 
is an ExpireSnapshot action comes in after we found the ancestors, but before 
we apply them. I suppose users can retry and fall back to full compute in that 
case?
   
   Yes, Thats what I have in mind too for this. 
   
   But while fixing this issue, looks like I found a bug in Iceberg 
implementation, Added the issue in the note 
(https://github.com/apache/iceberg/pull/13163#issue-3093601428). Debugging it. 
   


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to