I'm looking for converting existing Avro dataset into Parquet and wanted to know if there are any other performance related properties that I can set such as compression, block size, etc. to take advantage of the Parquet.
I could only find `parquet.compression` property but would be good to know if there are any other properties. Please let me know. Thanks!