duckdb / duckdb_iceberg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support retrieving the partition information of the table

rustyconover opened this issue · comments

Often users want to just know what partitions exist for a table. Commonly this is shown as the "$partitions" table in both Spark and Athena.

Like the metadata is exposed the partition information could also be exposed.