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

   Hi, @lirui-apache thanks for reporting this. 
   
   Looks like this is an edge case with copy-on-write delete. (Test cases 
covers only merge on read!). 
   
   I assumed that current snapshots track/reuse the manifests from previous 
snapshot. So, that `PartitionStatsHandler.computeStats` will include previous 
manifests as the predicate is to include manifests with older snapshot ids. 
   
   But in this case `snapshot.allmanifests()` gives only one manifest file with 
second delete. 


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