SML0127 commented on issue #11081:
URL: https://github.com/apache/iceberg/issues/11081#issuecomment-2343005989

   @pvary 
   Thx pvary! I have one question. 
   
   As I understand under code, EqualityDeletes.filter() function don't filter 
delete file that has same seq number with data file.
   
   For example, seq number of delete files = [100,101,102,103,104,105] and seq 
number of data file 102, then `start` is  2 and  for loop starts from 2 to 6. 
(`for (int index = 2; index < 6; index++)`. 
   
   But as I know, it should be start from 3, not 2. It would appreciate if you 
could let me know what part I misunderstood.
   
   
   
https://github.com/apache/iceberg/blob/0747b604413fa6d3c663ec850dbe6f50a647ca04/core/src/main/java/org/apache/iceberg/DeleteFileIndex.java#L670-L689
   


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