mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +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 std::make_shared<MaterializingBlockInputStream>(stream);
|
||||||
|
|
||||||
return interpreter.executeWithProcessors().getPipe();;
|
return interpreter.executeWithProcessors().getPipe();
|
||||||
}
|
}
|
||||||
|
|
||||||
static String formattedAST(const ASTPtr & ast)
|
static String formattedAST(const ASTPtr & ast)
|
||||||
|
Loading…
Reference in New Issue
Block a user