mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Fix clang-tidy
This commit is contained in:
parent
ce4bf58029
commit
ab94a559da
@ -171,7 +171,7 @@ void ConvertStringsToEnumMatcher::visit(ASTFunction & function_node, Data & data
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
Array array_to = literal_to->value.get<Array>();
|
Array array_to = literal_to->value.get<Array>();
|
||||||
if (array_to.size() == 0)
|
if (array_to.empty())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
bool to_strings = checkSameType(array_to, "String");
|
bool to_strings = checkSameType(array_to, "String");
|
||||||
|
Loading…
Reference in New Issue
Block a user