mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix clang tidy
This commit is contained in:
parent
d44f1680da
commit
807684812e
@ -214,7 +214,7 @@ static bool moduloToModuloLegacyRecursive(ASTPtr node_expr)
|
||||
if (function_expr->arguments)
|
||||
{
|
||||
auto children = function_expr->arguments->children;
|
||||
for (auto child : children)
|
||||
for (const auto & child : children)
|
||||
modulo_in_partition_key |= moduloToModuloLegacyRecursive(child);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user