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

 ##########
 File path: 
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/Executor.java
 ##########
 @@ -75,6 +75,11 @@
         */
        void useDatabase(SessionContext session, String databaseName) throws 
SqlExecutionException;
 
+       /**
+        * Create a table with a DDL.
+        */
+       void createTable(SessionContext session, String ddl) throws 
SqlExecutionException;
 
 Review comment:
   OK.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to