darpan-e6 commented on code in PR #5214:
URL: https://github.com/apache/calcite/pull/5214#discussion_r3852104936


##########
core/src/main/codegen/templates/Parser.jj:
##########
@@ -279,6 +279,29 @@ public class ${parser.class} extends SqlAbstractParserImpl
             Span.of(table, extendList).pos(), table, extendList);
     }
 
+    // Detect LATERAL function(...) without adding a multi-token JavaCC
+    // lookahead sequence to parse errors for existing LATERAL syntax.
+    private boolean isLateralImplicitTableFunctionAhead() {

Review Comment:
   Thanks for the review, have updated the implementation. Could you please 
check again?
   



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