mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
Fix typo.
This commit is contained in:
parent
ba4b5c3350
commit
75391afbd8
@ -1406,7 +1406,7 @@ FutureSetPtr ActionsMatcher::makeSet(const ASTFunction & node, Data & data, bool
|
||||
///
|
||||
/// Mutation is executed in two stages:
|
||||
/// * first, query 'SELECT count() FROM table WHERE ...' is executed to get the set of affected parts (using analyzer)
|
||||
/// * second, every part is mutated separately, where plan is build "manually", usign this code as well
|
||||
/// * second, every part is mutated separately, where plan is build "manually", using this code as well
|
||||
/// To share the Set in between first and second stage, we should use the same hash.
|
||||
/// New analyzer is uses a hash from query tree, so here we also build a query tree.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user