Skip to content

Commit f2dd074

Browse files
authored
Merge pull request #1217 from Altinity/arthurpassos-patch-10
Fix typo - requested by Stas/Arnaud
2 parents 20ca39f + 259971b commit f2dd074

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)