v.25.9New Feature
Support custom disk configuration via storage level
IcebergandDeltaLaketables support custom disk configuration via storage level settingdisk. #86778 (scanhex12).
Why it matters
This feature allows users to specify which disk storage to use forIceberg and DeltaLake tables, providing greater control over data placement and performance optimization, especially in multi-disk environments.How to use it
Users can set thedisk 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.