twalthr commented on issue #8844: [FLINK-12951][table-planner] Add logic to bridge DDL to table source(… URL: https://github.com/apache/flink/pull/8844#issuecomment-510358524 Yes, this was also my intention in my previous comment. `sqlUpdate()` can run multiple statements (DDL and DML) and ensure that no `SELECT` statement is part of the SQL (that would be lost otherwise). `sqlQuery()` can also run multiple statements (DDL and DML) but the last statement must be a `SELECT` such that the method has a return `Table`.
---------------------------------------------------------------- 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
