From 81386689d95de03005bdf6a6a03e11257040ca3f Mon Sep 17 00:00:00 2001 From: Nikolai Kochetov Date: Wed, 25 Nov 2020 12:59:21 +0300 Subject: [PATCH] Update executeQuery.cpp --- src/Interpreters/ClusterProxy/executeQuery.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Interpreters/ClusterProxy/executeQuery.cpp b/src/Interpreters/ClusterProxy/executeQuery.cpp index d1fc9621de3f..c79b17eac2a9 100644 --- a/src/Interpreters/ClusterProxy/executeQuery.cpp +++ b/src/Interpreters/ClusterProxy/executeQuery.cpp @@ -122,8 +122,7 @@ void executeQuery( { stream_factory.createForShard(shard_info, query, query_ast, new_context, throttler, query_info, plans, - remote_pipes, delayed_pipes, - log); + remote_pipes, delayed_pipes, log); } if (!remote_pipes.empty())