mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix typo
This commit is contained in:
parent
b26de8d2d1
commit
e3594b89ea
@ -465,7 +465,7 @@ ASTPtr MutationsInterpreter::prepare(bool dry_run)
|
|||||||
throw Exception("Unknown mutation command type: " + DB::toString<int>(command.type), ErrorCodes::UNKNOWN_MUTATION_COMMAND);
|
throw Exception("Unknown mutation command type: " + DB::toString<int>(command.type), ErrorCodes::UNKNOWN_MUTATION_COMMAND);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// We cares about affected indices because we also need to rewrite them
|
/// We care about affected indices because we also need to rewrite them
|
||||||
/// when one of index columns updated or filtered with delete.
|
/// when one of index columns updated or filtered with delete.
|
||||||
/// The same about colums, that are needed for calculation of TTL expressions.
|
/// The same about colums, that are needed for calculation of TTL expressions.
|
||||||
if (!dependencies.empty())
|
if (!dependencies.empty())
|
||||||
|
Loading…
Reference in New Issue
Block a user