Documentation on Iceberg support has been created, Apache Impala has been added to the list of query engines that support Apache Iceberg.
Apache Iceberg support includes:
Reading/writing Iceberg V1 tables:
(write support is only available for Iceberg tables with Parquet data files)
(V2 tables are also readable if they donât contain delete delta files)
(AVRO and mixed file format tables are not yet supported)
Support for all partition transforms with unified syntax with Hive
Partition evolution
Schema evolution
Time travel function is available with FOR SYSTEM_TIME AS OF and FOR SYSTEM_VERSION AS OF clauses for Iceberg tables. FOR SYSTEM_TIME AS OF conforms to the SQL2011 standard (IMPALA-10840).
Hive compatible UTF-8 support in string functions. Turned on by setting the query option UTF8_MODE=true (IMPALA-2019).