Iceberg has 2 main types of partitions:
* identity, named for the identity transform, which are just like Hive
partitions where data from some column is used to partition without
modification (identity transform)
* hidden, which derive partition values from some column but don't expose
those value
>
> *Presto Integration*
>>
>> If I understand correctly, there is no current support for reading
>> Iceberg data directly from Presto. I imagine, however, that as long as your
>> partition specifications are restricted to the `identity` transform it
>> should be "easy" to consume an Iceberg table