wuchong commented on a change in pull request #8844:
[FLINK-12951][table-planner] Add logic to bridge DDL to table source(…
URL: https://github.com/apache/flink/pull/8844#discussion_r300264767
##########
File path:
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/api/internal/TableEnvImpl.scala
##########
@@ -385,6 +389,67 @@ abstract class TableEnvImpl(
planner.getCompletionHints(statement, position)
}
+ override def sql(statement: String): Unit = {
Review comment:
I also have the same concern. It seems that it doesn't support multiple
statements in this env. I think we should keep the same behavior.
----------------------------------------------------------------
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