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

 ##########
 File path: 
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/Executor.java
 ##########
 @@ -113,6 +113,11 @@
         */
        List<String> listDatabases(String sessionId) throws 
SqlExecutionException;
 
+       /**
+        * Create a table with a DDL sentence.
+        */
 
 Review comment:
   `sentence` -> `statement`.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to