v.25.5Improvement

Support local storage

Support local storage in DeltaLake. #79416 (Kseniia Sumarokova).
Added support for local storage in the DeltaLake table engine in ClickHouse.

Why it matters

This feature enables users to utilize local file system storage when using the DeltaLake engine, allowing easier testing, development, and deployment scenarios where remote object storage is not necessary or available.

How to use it

Configure the DeltaLake table engine to use a local file path for storage instead of a remote object storage URI. This can be done by specifying the local path in the table creation or configuration parameters.