apache / iceberg

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

Spark 3.5: Preserve content offset and size during manifest rewrites #11469

Closed aokolnychyi closed 2 weeks ago

aokolnychyi commented 2 weeks ago

This PR preserves content offset and size during manifest rewrites.

This work is part of #11122.

aokolnychyi commented 2 weeks ago

Thank you, @nastra!