mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
dbms: added whitespace [#CONV-2944].
This commit is contained in:
parent
48c6b9f486
commit
66d0ae7b24
@ -246,7 +246,7 @@ void Expression::addSemantic(ASTPtr & ast)
|
||||
MapOfASTs tmp_map;
|
||||
if (needSignRewrite())
|
||||
sign_column_name = getSignColumnName();
|
||||
addSemanticImpl(ast,tmp_map, tmp_set);
|
||||
addSemanticImpl(ast, tmp_map, tmp_set);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user