Hi Selim, The Parquet file itself does not have a notion of partitioning. Similarly, parquet itself does not store a last modification date. Could you expand on your use case for what you are trying to accomplish?
Thanks, Micah On Wed, May 28, 2025 at 10:43 AM Selim S <[email protected]> wrote: > Hello - I would like to ask how to detect the partition fields and the > partition values of a partitioned Parquet file using the Java API? > > How to get last modification date of a Parquet file using the same API? > > Thank you. Best regards. >
