morrySnow commented on code in PR #66968:
URL: https://github.com/apache/doris/pull/66968#discussion_r3879915410
##########
fe/fe-sql-parser/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4:
##########
@@ -1648,7 +1682,9 @@ lambdaExpression
| LEFT_PAREN
args+=errorCapturingIdentifier (COMMA args+=errorCapturingIdentifier)+
RIGHT_PAREN
- ARROW body=booleanExpression
+ ARROW ({isTupleLambdaBody()}?
Review Comment:
没有这个也可以支持的吧,这里只不过在不满足的情况下,去掉了这个分支
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]