mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 09:22:05 +00:00
Remove spaces around ->
This commit is contained in:
parent
32dcc2e37b
commit
5e80e9263e
@ -573,8 +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,
|
||||||
"'lifetime' parameter is redundant for the dictionary' of layout '{}'",
|
"'lifetime' parameter is redundant for the dictionary' of layout '{}'",
|
||||||
|
Loading…
Reference in New Issue
Block a user