Pages within Parquet data files can be compressed using Snappy, GZIP (Deflate), and ZSTD. The compression format can be configured via the optional table property write.parquet.compression-codec in the CREATE MANAGED TABLE SQL statement. By default, Snappy compression is used. Phase 1 supports GZIP and ZSTD compression as well.