xuzifu666 commented on code in PR #4219:
URL: https://github.com/apache/calcite/pull/4219#discussion_r2079247157


##########
core/src/main/codegen/templates/Parser.jj:
##########
@@ -1518,11 +1521,18 @@ SqlNode SqlDescribe() :
 {
     <DESCRIBE> { s = span(); }
     (
-        LOOKAHEAD(2) (<DATABASE> | <CATALOG> | <SCHEMA>)
+        <DATABASE>

Review Comment:
   What is the plan next step?  Can resolve the issue by add Describe 
DABASE/CATALOG/STATEMENT to server module parserImpls.ftl which would generate 
code in SqlDdlParserImpl.



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