iceberg-rust
iceberg-rust copied to clipboard
Inheriting the sequence number from manifest list when load manifest
ref: https://iceberg.apache.org/spec/#sequence-numbers
Hmm, I think we already make it inherited?
https://github.com/apache/iceberg-rust/blob/39aafdd2ea69968213e94534b5864fd595a6034a/crates/iceberg/src/spec/manifest_list.rs#L650
https://github.com/apache/iceberg-rust/blob/39aafdd2ea69968213e94534b5864fd595a6034a/crates/iceberg/src/spec/manifest.rs#L872-L890
Yes! Sorry, I didn't notice that before.
Seems there isn't an explicit test case for this. I can add it later.