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/08 09:44:57 UTC

[GitHub] [flink] KurtYoung commented on a change in pull request #9981: [FLINK-13195][sql-client] Add create table support for SqlClient

KurtYoung commented on a change in pull request #9981: [FLINK-13195][sql-client] Add create table support for SqlClient
URL: https://github.com/apache/flink/pull/9981#discussion_r344057180
 
 

 ##########
 File path: flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/SqlCommandParser.java
 ##########
 @@ -123,6 +123,10 @@ private SqlCommandParser() {
 			"(INSERT\\s+INTO.*)",
 			SINGLE_OPERAND),
 
+		CREATE_TABLE(
+			"(CREATE\\s+TABLE\\s+.*)",
 
 Review comment:
   Seems this can't support `CREATE TABLE (xxxxx) WITH (xxxxx)`?

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