v.25.9New Feature

Support custom disk configuration via storage level

Iceberg and DeltaLake tables support custom disk configuration via storage level setting disk. #86778 (scanhex12).
Iceberg and DeltaLake tables now support custom disk configuration using the storage level setting disk.

Why it matters

This feature allows users to specify which disk storage to use for Iceberg and DeltaLake tables, providing greater control over data placement and performance optimization, especially in multi-disk environments.

How to use it

Users can set the disk parameter in the storage level configuration when creating or altering Iceberg and DeltaLake tables to assign them to a specific disk. For example, specify disk in the table's storage policy settings to control data storage location.