mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Update InterpreterSelectQuery.cpp
This commit is contained in:
parent
f7b4039058
commit
3e06182079
@ -1230,7 +1230,7 @@ void InterpreterSelectQuery::executeFetchColumns(
|
||||
+ ", maximum: " + settings.max_columns_to_read.toString(),
|
||||
ErrorCodes::TOO_MANY_COLUMNS);
|
||||
|
||||
/// General limit for then number of threads.
|
||||
/// General limit for the number of threads.
|
||||
pipeline.setMaxThreads(settings.max_threads);
|
||||
|
||||
/** With distributed query processing, almost no computations are done in the threads,
|
||||
|
Loading…
Reference in New Issue
Block a user