apache / iceberg

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

API, Core: Replace deprecated ContentFile#path usage with location #11550

Closed amogh-jahagirdar closed 6 days ago

amogh-jahagirdar commented 1 week ago

This change replaces the deprecated ContentFile#path usage with the recommended location API in the API, Core modules. Will have separate PRs for the other modules, just limited to Core/API for now for reviewer sanity.

See https://github.com/apache/iceberg/pull/11092 for context on why path was deprecated.

amogh-jahagirdar commented 6 days ago

Thanks @nastra @Fokko @jbonofre for reviewing! I'll go ahead and merge