Change zstd compression level?

How I can change the default zstd compression level when I create Iceberg tables using Trino?

Answer: As of right now, the compression level is hardcoded to 3 in this file: https://github.com/airlift/aircompressor/blob/3210eb16a5ec40089398c40f40ad1d177228b414/src/main/java/io/airlift/compress/zstd/CompressionParameters.java#L26