Update DataTypeMap.cpp

This commit is contained in:
alexey-milovidov 2021-07-04 02:04:43 +03:00 committed by GitHub
parent 916177a197
commit 7054010cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ void DataTypeMap::assertKeyType() const
if (type_error)
throw Exception(ErrorCodes::BAD_ARGUMENTS,
"Type of Map key must be a type, that can be represented by integer or String (possibly LowCardinality(String)) or UUID,"
"Type of Map key must be a type, that can be represented by integer or String or FixedString (possibly LowCardinality) or UUID,"
" but {} given", key_type->getName());
}