Hi, I'm using parquet-mr/parquet-avro to write parquet files.
I want to control/override the encoding type for a column and I find no documentation or examples regarding that. My schema (MessageType) is converted with AvroSchemaConverter and I wonder how I can either set or hint columns to use a particular encoding option. Is that possible? Regards, -Stefán
