davidradl commented on code in PR #27251:
URL: https://github.com/apache/flink/pull/27251#discussion_r2541283962


##########
flink-table/flink-sql-parser/src/main/codegen/includes/parserImpls.ftl:
##########
@@ -825,6 +832,25 @@ SqlRichDescribeModel SqlRichDescribeModel() :
     }
 }
 
+/**
+ * DESCRIBE | DESC CONNECTION [ EXTENDED] [[catalogName.] 
dataBasesName].connectionName sql call.

Review Comment:
   In English I read this to mean DESCRIBE or DESC CONNECTION. I suggest adding 
the brackets around `DESCRIBE | DESC` as per the grammar, to avoid the ambiguity



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