From 3e06182079d04ba5d0c3d8efea0ee7073a613d94 Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Fri, 19 Jun 2020 14:28:48 +0300 Subject: [PATCH] Update InterpreterSelectQuery.cpp --- src/Interpreters/InterpreterSelectQuery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interpreters/InterpreterSelectQuery.cpp b/src/Interpreters/InterpreterSelectQuery.cpp index 9fefd567879..7e7bc818264 100644 --- a/src/Interpreters/InterpreterSelectQuery.cpp +++ b/src/Interpreters/InterpreterSelectQuery.cpp @@ -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,