Parquet Inspection Tools on macOS
For Iceberg table compression you can choose formats such as snappy or gzip,
but zstd offers excellent compression/decompression efficiency and is the most cost-effective.
However,
since Parquet compressed with zstd is not supported by S3 Select (as of 2024.10.05),
when you want to inspect such Parquet files you need to download them to your local macOS machine and analyze them there.
As of 2025.10.03, with Iceberg format-version=3 you also cannot run queries from Athena.
Since I needed to check the contents of the data using parquet-cli, I’m leaving these notes for future reference.
Installing parquet-cli & basic usage
1 | brew install parquet-cli |
Parquet Inspection Tools on macOS
https://kenzo0107.github.io/en/2025/10/03/parquet-cli-on-macos/