mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 06:32:08 +00:00
Update ClientBase.cpp
This commit is contained in:
parent
10a258242d
commit
b9b1d22d72
@ -1403,9 +1403,7 @@ try
|
||||
|
||||
if (need_render_progress)
|
||||
{
|
||||
pipeline.setProgressCallback([this](const Progress & progress){
|
||||
onProgress(progress);
|
||||
});
|
||||
pipeline.setProgressCallback([this](const Progress & progress){ onProgress(progress); });
|
||||
}
|
||||
|
||||
Block block;
|
||||
|
Loading…
Reference in New Issue
Block a user