adamviola / parquet-explorer

Explore Parquet files with SQL
MIT License
16 stars 1 forks source link

Support structs in parquet files #15

Open IvoMerchiers opened 1 month ago

IvoMerchiers commented 1 month ago

I was opening a Parquet file that contained structs but I'm not able to see or query the contents of those structs. Since DuckDB does support these types, I was expecting them to work as well.

The other columns are rendered correctly.

image
adamviola commented 1 month ago

Great catch! I'll add a fix for this at some point.

In the meantime, one workaround is to unpack the struct into separate columns.