ZENOTME commented on code in PR #1438:
URL: https://github.com/apache/iceberg-rust/pull/1438#discussion_r2145296786


##########
crates/iceberg/src/spec/table_metadata.rs:
##########
@@ -227,6 +227,17 @@ impl TableMetadata {
         }
     }
 
+    /// Returns the last column id.
+    #[inline]
+    pub fn last_column_id(&self) -> i32 {
+        self.last_column_id
+    }
+
+    /// Returns the last partition_id
+    pub fn last_partition_id(&self) -> i32 {

Review Comment:
   Also inline? 



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