Skip to content

Commit

Permalink
Update executeQuery.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
KochetovNicolai committed Nov 25, 2020
1 parent 9689b29 commit 8138668
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Interpreters/ClusterProxy/executeQuery.cpp
Expand Up @@ -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())
Expand Down

0 comments on commit 8138668

Please sign in to comment.