Iceberg Table Layout: Avro Metadata And Parquet Data Files
The easy mistake is to look inside an Iceberg table directory, see .avro
files under metadata/, and assume the table data is Avro.
That is not the right mental model.
Iceberg is the table format. Parquet, ORC, and Avro are file formats that an Iceberg table can point to. In a common Trino lakehouse table, Iceberg metadata uses JSON and Avro files, while the actual table rows live in Parquet files.