apache / iceberg

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

Spark 3.5: Preserve data file reference during manifest rewrites #11457

Closed aokolnychyi closed 2 weeks ago

aokolnychyi commented 2 weeks ago

This PR modifies Spark to preserve data file reference during manifest rewrites.

This work is part of #11122.

aokolnychyi commented 2 weeks ago

Thanks, @nastra!