Update InterpreterSelectQuery.cpp

This commit is contained in:
Anton Popov 2018-09-05 19:29:13 +03:00 committed by GitHub
parent e6d49c4c93
commit 7f71bc4189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -546,8 +546,6 @@ void InterpreterSelectQuery::executeImpl(Pipeline & pipeline, const BlockInputSt
else if (expressions.has_having)
executeHaving(pipeline, expressions.before_having);
executeExpression(pipeline, expressions.before_order_and_select);
executeDistinct(pipeline, true, expressions.selected_columns);