mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Fix build.
This commit is contained in:
parent
ed71fb347e
commit
bb6d6a37b3
@ -93,7 +93,7 @@ Pipe createLocalStream(const ASTPtr & query_ast, const Block & header, const Con
|
||||
*/
|
||||
/// return std::make_shared<MaterializingBlockInputStream>(stream);
|
||||
|
||||
return interpreter.executeWithProcessors().getPipe();;
|
||||
return interpreter.executeWithProcessors().getPipe();
|
||||
}
|
||||
|
||||
static String formattedAST(const ASTPtr & ast)
|
||||
|
Loading…
Reference in New Issue
Block a user