Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}
}
}
Expand Down
Loading