Skip to content

Commit a3c2003

Browse files
committed
Revert "support merge append (#29)"
This reverts commit ed65ef0.
1 parent 4e00668 commit a3c2003

File tree

5 files changed

+35
-700
lines changed

5 files changed

+35
-700
lines changed

crates/iceberg/src/spec/manifest.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,12 +1207,6 @@ impl ManifestEntry {
12071207
pub fn data_file(&self) -> &DataFile {
12081208
&self.data_file
12091209
}
1210-
1211-
/// File sequence number indicating when the file was added. Inherited when null and status is 1 (added).
1212-
#[inline]
1213-
pub fn file_sequence_number(&self) -> Option<i64> {
1214-
self.file_sequence_number
1215-
}
12161210
}
12171211

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

0 commit comments

Comments
 (0)