ayouqi opened a new issue, #34212: URL: https://github.com/apache/arrow/issues/34212
### Describe the enhancement requested A` pyarrow.dataset.ParquetFileFragment` object has two elements: `path` and `partition`. The path can be extracted using `path` attribute but there is no attribute to get the partition. For example for the following object: `<pyarrow.dataset.ParquetFileFragment path=pq-test/Location=US/Industry=HT/dce9900c46f94ec3a8dca094cf62bd34-0.parquet partition=[Industry=HT, Location=US]>` `object.path `returns `pq-test/Location=US/Industry=HT/dce9900c46f94ec3a8dca094cf62bd34-0.parquet` but `object.partition` has not been defined. Also, it seems the order of partition list is reverse. ### Component(s) Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
