apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
673 stars 159 forks source link

feat: Expose ManifestEntry status #681

Closed zheilbron closed 4 weeks ago

zheilbron commented 4 weeks ago

Access to the manifest entry status is critical for planning append-only scans. Currently only is_alive is exposed, but this includes the Existing status, which is incorrect for append-only scans.