mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Fix build.
This commit is contained in:
parent
4d70cc34c1
commit
0c6129ac7c
@ -1258,7 +1258,7 @@ void InterpreterSelectQuery::executeFetchColumns(
|
||||
ErrorCodes::TOO_MANY_COLUMNS);
|
||||
|
||||
/// General limit for the number of threads.
|
||||
pipeline.setMaxThreads(settings.max_threads);
|
||||
query_plan.setMaxThreads(settings.max_threads);
|
||||
|
||||
/** With distributed query processing, almost no computations are done in the threads,
|
||||
* but wait and receive data from remote servers.
|
||||
|
Loading…
Reference in New Issue
Block a user