Skip to content

Commit 2e6c75e

Browse files
author
ZENOTME
committed
support merge append action
1 parent 1028df8 commit 2e6c75e

File tree

4 files changed

+634
-30
lines changed

4 files changed

+634
-30
lines changed

crates/iceberg/src/spec/manifest.rs

+6
Original file line numberDiff line numberDiff line change
@@ -1182,6 +1182,12 @@ impl ManifestEntry {
11821182
pub fn data_file(&self) -> &DataFile {
11831183
&self.data_file
11841184
}
1185+
1186+
/// get file sequence number
1187+
#[inline]
1188+
pub fn file_sequence_number(&self) -> Option<i64> {
1189+
self.file_sequence_number
1190+
}
11851191
}
11861192

11871193
/// Used to track additions and deletions in ManifestEntry.

0 commit comments

Comments
 (0)