mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
fix
This commit is contained in:
parent
83368a4866
commit
7e0e301067
@ -72,7 +72,7 @@ std::unique_ptr<MergeTreeIndex> MergeTreeIndexFactory::get(std::shared_ptr<ASTIn
|
||||
} else {
|
||||
return lft + ", " + rht.first;
|
||||
}
|
||||
}) + ".",
|
||||
}),
|
||||
ErrorCodes::INCORRECT_QUERY);
|
||||
return it->second(node);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user