mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 11:32:03 +00:00
Fix format
This commit is contained in:
parent
1174689f8b
commit
178f2bbee5
@ -100,7 +100,7 @@ MutableNamedCollectionPtr tryGetNamedCollectionWithOverrides(
|
|||||||
|
|
||||||
if (!value_override)
|
if (!value_override)
|
||||||
{
|
{
|
||||||
if(!(*it)->as<ASTFunction>())
|
if (!(*it)->as<ASTFunction>())
|
||||||
throw Exception(ErrorCodes::BAD_ARGUMENTS, "Expected key-value argument or function");
|
throw Exception(ErrorCodes::BAD_ARGUMENTS, "Expected key-value argument or function");
|
||||||
if (allow_override_by_default)
|
if (allow_override_by_default)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user