### Feature Request / Improvement https://github.com/apache/iceberg/pull/12450 looks like it'll be merged soon, in which case it's plausible that table metadata will begin to appear with partition statistics fields being set - https://iceberg.apache.org/spec/#partition-statistics. To note that this is *not* just a V3 feature but optional for all format versions: <img width="1159" alt="Image" src="https://github.com/user-attachments/assets/1af3ca62-c33b-4761-b263-14c9378cc122" /> Therefore, I think PyIceberg should support reading of such metadata that can plausibly start popping up. Currently, it doesn't.