Skip to content

Commit fe968c0

Browse files
committed
fix: Make last_partition_id #[inline]
1 parent 1f2dc5b commit fe968c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/iceberg/src/spec/table_metadata.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ impl TableMetadata {
234234
}
235235

236236
/// Returns the last partition_id
237+
#[inline]
237238
pub fn last_partition_id(&self) -> i32 {
238239
self.last_partition_id
239240
}

0 commit comments

Comments
 (0)