v.25.5Improvement
Support local storage
Support local storage in DeltaLake. #79416 (Kseniia Sumarokova).Why it matters
This feature enables users to utilize local file system storage when using theDeltaLake engine, allowing easier testing, development, and deployment scenarios where remote object storage is not necessary or available.How to use it
Configure theDeltaLake 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.