apache / iceberg

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

API, Arrow, Core, Data, Spark: Replace usage of deprecated ContentFile#path API with location API #11563

Closed amogh-jahagirdar closed 3 days ago

amogh-jahagirdar commented 6 days ago

Same as #11550, but for Arrow/Data/Spark/Delta lake modules. Also missed some other call sites in API, Core in my prev PR so just fixed those up here as well.

amogh-jahagirdar commented 3 days ago

Thanks @nastra for reviewing!