This commit is contained in:
Nikita Vasilev 2019-01-20 18:50:11 +03:00
parent 9120bebe56
commit d6545177fb

View File

@ -99,7 +99,7 @@ StoragePtr StorageFactory::get(
&& !endsWith(name, "MergeTree"))
{
throw Exception(
"Engine " + name + " doesn't support PARTITION BY, PRIMARY KEY, ORDER BY or SAMPLE BY clauses. "
"Engine " + name + " doesn't support PARTITION BY, PRIMARY KEY, ORDER BY or SAMPLE BY clauses and skipping indices. "
"Currently only the MergeTree family of engines supports them", ErrorCodes::BAD_ARGUMENTS);
}