xwmr-max commented on issue #2308:
URL: https://github.com/apache/iceberg/issues/2308#issuecomment-856400636


   >  But it does not work for the position delete files because once we 
rewrite the data files then all of the row offset are changed, finally the 
delete files could not be applied to the rewrite files. 
   
   Isn’t this position delete files mixed with the equality delete files to 
filter data files? You mean that position delete files can filter data files 
directly, instead of first filtering equality delete files through position 
delete files, and then filtering through equality delete files after filtering 
data files?
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to