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/12/06 14:53:33 UTC

[GitHub] [flink] xuefuz commented on a change in pull request #10464: [FLINK-15027][SQL-CLINET]Support alter table DDLs in SQL CLI

xuefuz commented on a change in pull request #10464: [FLINK-15027][SQL-CLINET]Support alter table DDLs in SQL CLI
URL: https://github.com/apache/flink/pull/10464#discussion_r354868587
 
 

 ##########
 File path: flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliClient.java
 ##########
 @@ -618,6 +621,17 @@ private void callAlterDatabase(SqlCommandCall cmdCall) {
 		executor.executeUpdate(sessionId, alterDatabaseStmt);
 	}
 
+	private void callAlterTable(SqlCommandCall cmdCall) {
+		final String alterDatabaseStmt = cmdCall.operands[0];
 
 Review comment:
   alterDatabaseStmt -> alterTableStmt?

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