mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update StorageDistributed.cpp
This commit is contained in:
parent
776688acc2
commit
edea940e17
@ -258,7 +258,8 @@ std::optional<QueryProcessingStage::Enum> getOptimizedQueryProcessingStage(const
|
||||
size_t i = 0;
|
||||
for (auto & expr : exprs)
|
||||
{
|
||||
if (++i > limit)
|
||||
++i;
|
||||
if (i > limit)
|
||||
break;
|
||||
|
||||
auto id = expr->template as<ASTIdentifier>();
|
||||
|
Loading…
Reference in New Issue
Block a user