Skip to content

Commit

Permalink
support merge append action
Browse files Browse the repository at this point in the history
  • Loading branch information
ZENOTME committed Jan 20, 2025
1 parent 1028df8 commit 2e6c75e
Show file tree
Hide file tree
Showing 4 changed files with 634 additions and 30 deletions.
6 changes: 6 additions & 0 deletions crates/iceberg/src/spec/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,12 @@ impl ManifestEntry {
pub fn data_file(&self) -> &DataFile {
&self.data_file
}

/// get file sequence number
#[inline]
pub fn file_sequence_number(&self) -> Option<i64> {
self.file_sequence_number
}
}

/// Used to track additions and deletions in ManifestEntry.
Expand Down
Loading

0 comments on commit 2e6c75e

Please sign in to comment.