mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
address comments
This commit is contained in:
parent
45e15df967
commit
34945227ac
@ -2604,7 +2604,7 @@ Action ParserExpressionImpl::tryParseOperand(Layers & layers, IParser::Pos & pos
|
||||
}
|
||||
}
|
||||
|
||||
/// ignore all heading plus
|
||||
/// ignore all leading plus
|
||||
while (pos->type == TokenType::Plus)
|
||||
{
|
||||
++pos;
|
||||
|
@ -167,7 +167,7 @@ class FileBlockBase:
|
||||
"NULLABLE", expressions=[cast.to]
|
||||
)
|
||||
new_sql = ast.sql("clickhouse")
|
||||
logger.info("convert from %s to %s", sql, new_sql)
|
||||
# logger.info("convert from %s to %s", sql, new_sql)
|
||||
return new_sql
|
||||
return sql
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user