Update InterpreterSelectQuery.cpp

This commit is contained in:
alexey-milovidov 2020-06-19 14:28:48 +03:00 committed by GitHub
parent f7b4039058
commit 3e06182079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,