mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 09:22:05 +00:00
Bracket on newline
This commit is contained in:
parent
5e80e9263e
commit
66300402ee
@ -573,7 +573,8 @@ void checkPrimaryKey(const AttributeNameToConfiguration & all_attrs, const Names
|
|||||||
|
|
||||||
void checkLifetime(const ASTCreateQuery & query)
|
void checkLifetime(const ASTCreateQuery & query)
|
||||||
{
|
{
|
||||||
if (query.dictionary->layout && query.dictionary->layout->layout_type == "direct") {
|
if (query.dictionary->layout && query.dictionary->layout->layout_type == "direct")
|
||||||
|
{
|
||||||
if (query.dictionary->lifetime)
|
if (query.dictionary->lifetime)
|
||||||
throw Exception(
|
throw Exception(
|
||||||
ErrorCodes::BAD_ARGUMENTS,
|
ErrorCodes::BAD_ARGUMENTS,
|
||||||
|
Loading…
Reference in New Issue
Block a user