mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fixed error [#CLICKHOUSE-2]
This commit is contained in:
parent
89c0dc2eea
commit
a4544ac498
@ -22,7 +22,7 @@ bool IParserBase::parse(Pos & pos, ASTPtr & node, Expected & expected)
|
||||
node = nullptr;
|
||||
pos = begin;
|
||||
}
|
||||
else
|
||||
else if (node)
|
||||
node->range = StringRange(begin, pos);
|
||||
|
||||
return res;
|
||||
|
Loading…
Reference in New Issue
Block a user