v.23.2New Feature
Add StorageIceberg and iceberg function for S3 access
AddStorageIcebergand table functionicebergto access iceberg table store on S3. #45384 (flynn).
Why it matters
This feature allows ClickHouse users to query and integrate with Apache Iceberg tables stored in S3, providing seamless interoperability and expanding data source compatibility without manual data movement.How to use it
To use this feature, create tables using theStorageIceberg engine or use the iceberg table function specifying the S3 location of the Iceberg table. This enables querying Iceberg table data directly in ClickHouse.