snuyanzin commented on code in PR #4984:
URL: https://github.com/apache/calcite/pull/4984#discussion_r3337082737


##########
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:
   yeah, seems it is missing details for PTF in reference.md
   It was solved (for the first arg) in CALCITE-6944, also a number of 
references in this comment 
https://issues.apache.org/jira/browse/CALCITE-6944?focusedCommentId=17945242&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17945242
   here I'm following the same approach for other(non-first) args



-- 
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]

Reply via email to