mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
fix
This commit is contained in:
parent
e7afe0f60f
commit
b5e17cc2c0
@ -1108,7 +1108,7 @@ void QueryFuzzer::fuzz(ASTPtr & ast)
|
||||
/// Fuzzing EXPLAIN query to SELECT query randomly
|
||||
if (fuzz_rand() % 20 == 0 && explain_query->getExplainedQuery()->getQueryKind() == IAST::QueryKind::Select)
|
||||
{
|
||||
ast = explain_query->getExplainedQuery();
|
||||
ast = explain_query->getExplainedQuery()->clone();
|
||||
fuzz(ast);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user