flaneur2020 commented on code in PR #861:
URL: https://github.com/apache/iceberg-rust/pull/861#discussion_r1900324950


##########
crates/iceberg/src/metadata_scan.rs:
##########
@@ -50,6 +52,13 @@ impl MetadataTable {
         }
     }
 
+    /// Get the manifests table.
+    pub fn manifests(&self) -> ManifestsTable {
+        ManifestsTable {
+            metadata_table: self,

Review Comment:
   fixed in 9fe6bd0, PTAL



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