Hi all, I'm trying to use the parquet-mr library to set format_version=2.6 (or higher).
When I review a file that is produced by the library, it appears that the version is set to 1.0. Looking at the code in org.apache.parquet.hadoop.ParquetFileWriter CURRENT_VERSION is hard coded to 1.0. Is it a bug to hard code the version there? Am I missing something obvious to select the format_version? thanks Stephen