mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 20:42:04 +00:00
fix tidy build
This commit is contained in:
parent
a9db6bd830
commit
87a16d852f
@ -81,7 +81,7 @@ LoadTaskPtrs TablesLoader::loadTablesAsync(LoadJobSet load_after)
|
||||
{
|
||||
/// Gather tasks to load before this table
|
||||
LoadTaskPtrs load_dependency_tasks;
|
||||
for (StorageID dependency_id : all_loading_dependencies.getDependencies(table_id))
|
||||
for (const StorageID & dependency_id : all_loading_dependencies.getDependencies(table_id))
|
||||
load_dependency_tasks.push_back(load_table[dependency_id.uuid]);
|
||||
|
||||
// Make load table task
|
||||
|
Loading…
Reference in New Issue
Block a user