Open
Description
Parquet version v2 is not very well adopted by query engines. This is why pg_parquet writes the parquet files in parquet v1. But we may add a copy option to let the user specify v2.
Parquet v2 lets us use more advanced encodings which we might configure for some columns while writing the file.