kevinjqliu commented on code in PR #902:
URL: https://github.com/apache/iceberg-rust/pull/902#discussion_r1922681882


##########
crates/iceberg/src/spec/manifest.rs:
##########
@@ -1182,6 +1182,12 @@ impl ManifestEntry {
     pub fn data_file(&self) -> &DataFile {
         &self.data_file
     }
+
+    /// get file sequence number

Review Comment:
   ```suggestion
       /// File sequence number indicating when the file was added. Inherited 
when null and status is 1 (added).
   ```
   
   from https://iceberg.apache.org/spec/#manifests



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