mihaibudiu commented on code in PR #4984:
URL: https://github.com/apache/calcite/pull/4984#discussion_r3337089070
##########
core/src/main/codegen/templates/Parser.jj:
##########
@@ -1094,6 +1097,17 @@ void AddArg(List<SqlNode> list, ExprContext exprContext)
:
e = LambdaExpression()
|
e = Expression(exprContext)
+ // A set-semantics table argument may be a partitioned sub-query, e.g.
Review Comment:
Can you then please update the grammar as well?
--
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]