You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/11/15 19:29:36 UTC

[GitHub] [flink] xuefuz commented on a change in pull request #10209: [FLINK-14688] Add table related DDLs support in SQL Parser

xuefuz commented on a change in pull request #10209: [FLINK-14688] Add table related DDLs support in SQL Parser
URL: https://github.com/apache/flink/pull/10209#discussion_r346973354
 
 

 ##########
 File path: flink-table/flink-sql-parser/src/main/codegen/includes/parserImpls.ftl
 ##########
 @@ -190,6 +190,22 @@ SqlShowTables SqlShowTables() :
     }
 }
 
+SqlRichDescribeTable SqlRichDescribeTable() :
 
 Review comment:
   It should be probably just SQLDescribeTable. Whether it's for "rich" or "extended" is up to the option "isExtended".
   
   However, the corresponding class description has an explanation for this, which seems fine.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services