diff --git a/dbms/src/Interpreters/ClusterProxy/SelectStreamFactory.cpp b/dbms/src/Interpreters/ClusterProxy/SelectStreamFactory.cpp index c9ba336d8fd..0f532fd5332 100644 --- a/dbms/src/Interpreters/ClusterProxy/SelectStreamFactory.cpp +++ b/dbms/src/Interpreters/ClusterProxy/SelectStreamFactory.cpp @@ -93,7 +93,7 @@ Pipe createLocalStream(const ASTPtr & query_ast, const Block & header, const Con */ /// return std::make_shared(stream); - return interpreter.executeWithProcessors().getPipe();; + return interpreter.executeWithProcessors().getPipe(); } static String formattedAST(const ASTPtr & ast)