Hi everyone,
I have a question regarding the WRITER_VERSION = “parquet.writer.version”.
I understand that the writer can have one of the 2 values can have the
following 2 values. [1]
PARQUET_1_0 ("v1"),
PARQUET_2_0 ("v2");
I currently have a parquet file and I would like to determine the parquet
writer version used to write this file. I have tried to obtain the
metadata/dump using parquet-tools, but unfortunately, this did not include
the information I needed.
Therefore, I would be most grateful if someone could please help me out by
advising where I can find the writer version information. Thank you very
much for your time and assistance.
Thanks,
Simhadri G
[1]
https://github.com/apache/parquet-mr/blob/master/parquet-column/src/main/java/org/apache/parquet/column/ParquetProperties.java#L69