v.25.8New Feature
Iceberg writes for create
Iceberg writes for create. Closes #83927. #83983 (Konstantin Vedernikov).
Why it matters
This feature enables users to write data directly into Iceberg tables usingCREATE statements, enhancing the usability and integration of Iceberg table support in ClickHouse. It solves the limitation where Iceberg tables could not be written to upon creation, thus improving workflow efficiency and data management in ClickHouse.How to use it
Users can now create and write into Iceberg tables using standardCREATE TABLE statements followed by insert operations. Simply define an Iceberg table engine during creation, and proceed with INSERT INTO commands as usual to write data.