From 125fce3303b8351f490336bab21d475126708811 Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Sun, 5 May 2019 23:27:03 +0300 Subject: [PATCH] Update InterpreterSelectQuery.cpp --- dbms/src/Interpreters/InterpreterSelectQuery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/src/Interpreters/InterpreterSelectQuery.cpp b/dbms/src/Interpreters/InterpreterSelectQuery.cpp index e5ee0c6f914..3d87395553a 100644 --- a/dbms/src/Interpreters/InterpreterSelectQuery.cpp +++ b/dbms/src/Interpreters/InterpreterSelectQuery.cpp @@ -893,7 +893,7 @@ static UInt64 getLimitForSorting(const ASTSelectQuery & query, const Context & c void InterpreterSelectQuery::executeFetchColumns( QueryProcessingStage::Enum processing_stage, Pipeline & pipeline, const PrewhereInfoPtr & prewhere_info, const Names & columns_to_remove_after_prewhere, - SelectQueryInfo& query_info) + SelectQueryInfo & query_info) { auto & query = getSelectQuery(); const Settings & settings = context.getSettingsRef();