mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Restart CI
This commit is contained in:
parent
e6352234c3
commit
9f2093df75
@ -123,7 +123,7 @@ bool ParserDataType::parseImpl(Pos & pos, ASTPtr & node, Expected & expected)
|
||||
auto test_pos = pos;
|
||||
++test_pos;
|
||||
if (ParserToken(TokenType::ClosingRoundBracket).ignore(test_pos, test_expected))
|
||||
{ // the end of the type definition was reached, there was a trailing comma
|
||||
{ // the end of the type definition was reached and there was a trailing comma
|
||||
++pos;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user