v.25.9Improvement
Add deltaLakeAzureCluster
AddeddeltaLakeAzureClusterfunction (similar todeltaLakeAzurefor the cluster mode) anddeltaLakeS3Cluster(alias todeltaLakeCluster) function. Resolves #85358. #85547 (Smita Kulkarni).
Why it matters
This feature enables querying Delta Lake tables in Azure and S3 storage environments within a ClickHouse cluster setup, facilitating distributed and scalable data processing across multiple nodes.How to use it
Use thedeltaLakeAzureCluster function in your cluster configuration similarly to how deltaLakeAzure is used in single-node mode. The deltaLakeS3Cluster function can be used as an alias to deltaLakeCluster, simplifying cluster access to Delta Lake tables in S3 storage.