mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
fix a typo in query formatting check in fuzzer
This commit is contained in:
parent
cc0dd732d9
commit
bb675e7d11
@ -1465,7 +1465,7 @@ private:
|
||||
// if they are not referenced by the main SELECT, so they can still
|
||||
// have the aforementioned problems. Disable this check for such
|
||||
// queries, for lack of a better solution.
|
||||
if (!have_error && queryHasWithClause(parsed_query.get()))
|
||||
if (!have_error && !queryHasWithClause(parsed_query.get()))
|
||||
{
|
||||
ASTPtr parsed_formatted_query;
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user