From 8ce3ef478aab4c6a753fca3060eb0a4d5d6f234a Mon Sep 17 00:00:00 2001 From: Arthur Passos Date: Thu, 11 Dec 2025 18:14:14 -0300 Subject: [PATCH] Fix typo --- src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h b/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h index 5acb42d2a7dc..0ed2647bf34e 100644 --- a/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h +++ b/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h @@ -66,7 +66,7 @@ class DataLakeConfiguration : public BaseStorageConfiguration, public std::enabl { throw Exception( ErrorCodes::FORMAT_VERSION_TOO_OLD, - "Metadata is not consinsent with the one which was used to infer table schema. Please, retry the query."); + "Metadata is not consistent with the one which was used to infer table schema. Please, retry the query."); } } }