a-agmon commented on issue #299:
URL: https://github.com/apache/iceberg-rust/issues/299#issuecomment-2018477011

   > > Sorry I don't quite get your meaning, do you mean to use 
`manifest_entry` for data file, and `deletes` for deletions?
   > 
   > Yes. Something like that.
   
   Not sure if that is what you mean, but `DataFile` has a content field which 
is basically an enum that indicates whether its Data, PositionDeletes or 
EqualityDeletes
   so that can be accessed via `data_manifest_entry.data_file().content()`


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