amogh-jahagirdar opened a new issue, #1759:
URL: https://github.com/apache/iceberg-rust/issues/1759

   ### Apache Iceberg Rust version
   
   0.6.0 (latest version)
   
   ### Describe the bug
   
   Right now it looks like we match global eq deletes if they are greater than 
or equal to the the data file sequence number but that's incorrect. Unless I'm 
missing something in the assumptions of the rust implementation, equality 
deletes must only be applied if they are strictly higher sequence numbered. 
Otherwise the reader currently looks like it'll apply those equality deletes to 
data files which are at the same sequence number which isn't quite correct 
(again could be missing something)
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Willingness to contribute
   
   None


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


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

Reply via email to