We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 865a9a6 + c2b5bf4 commit 1606726Copy full SHA for 1606726
src/Storages/ObjectStorage/Utils.cpp
@@ -69,8 +69,8 @@ void resolveSchemaAndFormat(
69
{
70
/// We don't allow special columns.
71
throw Exception(ErrorCodes::BAD_ARGUMENTS,
72
- "Special columns are not supported for {} storage"
73
- "like MATERIALIZED, ALIAS or EPHEMERAL", configuration->getTypeName());
+ "Special columns like MATERIALIZED, ALIAS or EPHEMERAL are not supported for {} storage.",
+ configuration->getTypeName());
74
}
75
76
0 commit comments