Skip to content

Commit 259971b

Browse files
authored
Fix typo
1 parent 7ef4fce commit 259971b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class DataLakeConfiguration : public BaseStorageConfiguration, public std::enabl
9797
{
9898
throw Exception(
9999
ErrorCodes::FORMAT_VERSION_TOO_OLD,
100-
"Metadata is not consinsent with the one which was used to infer table schema. "
100+
"Metadata is not consistent with the one which was used to infer table schema. "
101101
"Please, retry the query.");
102102
}
103103
return true;

0 commit comments

Comments
 (0)