mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
fix build error
This commit is contained in:
parent
24f0c738df
commit
a7c4aa2497
@ -342,7 +342,7 @@ BlockInputStreamPtr InterpreterExplainQuery::executeImpl()
|
||||
QueryPlan plan;
|
||||
|
||||
// It should output the result even the format is Null, for example EXPLAIN ESTIMATES select * from x format Null;
|
||||
if (ast.format && ast.foramt->getColumnName() == "Null")
|
||||
if (ast.format && ast.format->getColumnName() == "Null")
|
||||
{
|
||||
ast.format = nullptr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user