mihaibudiu commented on code in PR #4899:
URL: https://github.com/apache/calcite/pull/4899#discussion_r3125562209


##########
core/src/main/codegen/templates/Parser.jj:
##########
@@ -7514,8 +7514,8 @@ SqlCall MatchRecognizeCallWithModifier() :
         <FINAL> { runningOp = SqlStdOperatorTable.FINAL; }
     )
     { s = span(); }
-    func = NamedFunctionCall() {
-        return runningOp.createCall(s.end(func), func);
+    e = Expression3(ExprContext.ACCEPT_NON_QUERY) {

Review Comment:
   But is Expression3 too permissive?
   Can you make up some expressions that would be accepted which are not legal?
   



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