apache / iceberg

Apache Iceberg
https://iceberg.apache.org/
Apache License 2.0
6.49k stars 2.24k forks source link

API, Core: Add content offset and size to DeleteFile #11446

Closed aokolnychyi closed 2 weeks ago

aokolnychyi commented 2 weeks ago

This PR adds content offset and size to DeleteFile for DVs.

Scan, commit, and snapshot metrics will be updated in a subsequent PR. This work is part of #11122.

manuzhang commented 2 weeks ago

Thanks, Anton. I think it will be valuable to link this and previous PRs to the proposal issue, https://github.com/apache/iceberg/issues/11122.

aokolnychyi commented 2 weeks ago

@manuzhang, good call. Linked.

aokolnychyi commented 2 weeks ago

Thanks for reviewing, @nastra @rdblue!