In this documentation: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-format.html#aws-glue-programming-etl-format-parquet
it mentions: "any options that are accepted by the underlying SparkSQL code can be passed to it by way of the connection_options map parameter."
However, how can I find out what those options are? There's not a clear mapping between the Glue code and the SparkQL code.
(Specifically, I want to figure out how to control the size of the resulting parquet files)