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_r344081636
##########
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:
ddl -> createStatement?
----------------------------------------------------------------
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