mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Fix tidy
This commit is contained in:
parent
996773b205
commit
d7da086a2e
@ -67,7 +67,7 @@ bool ExecuteScalarSubqueriesMatcher::needChildVisit(ASTPtr & node, const ASTPtr
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (auto tables = node->as<ASTTablesInSelectQueryElement>())
|
if (auto * tables = node->as<ASTTablesInSelectQueryElement>())
|
||||||
{
|
{
|
||||||
/// Contrary to what's said in the code block above, ARRAY JOIN needs to resolve the subquery if possible
|
/// Contrary to what's said in the code block above, ARRAY JOIN needs to resolve the subquery if possible
|
||||||
/// and assign an alias for 02367_optimize_trivial_count_with_array_join to pass. Otherwise it will fail in
|
/// and assign an alias for 02367_optimize_trivial_count_with_array_join to pass. Otherwise it will fail in
|
||||||
|
Loading…
Reference in New Issue
Block a user