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();