[
https://issues.apache.org/jira/browse/FLINK-23514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17390400#comment-17390400
]
Ingo Bürk commented on FLINK-23514:
-----------------------------------
This seems to be more of a question than a feature request. Since this was also
posted to the mailing list
([https://lists.apache.org/thread.html/r0f19c8b50b32f7f3fd7f9273fccbb7b533fb0591372d032a801cf903%40%3Cuser.flink.apache.org%3E)]
I'll close this issue for now.
> foreach exec SQL
> ----------------
>
> Key: FLINK-23514
> URL: https://issues.apache.org/jira/browse/FLINK-23514
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / API
> Affects Versions: 1.13.1
> Reporter: ighack
> Priority: Major
>
> tableEnv.executeSql(sql(0))
> tableEnv.executeSql(sql(1))
> tableEnv.executeSql(sql(2))
> tableEnv.executeSql(sql(3))
> tableEnv.executeSql(sql(4))
> tableEnv.executeSql(sql(5))
> tableEnv.executeSql(sql(6))
> tableEnv.executeSql(sql(7)).print()
>
> that is OK
>
>
> but I hope
> sql.foreach(s=>{
> tableEnv.executeSql(s)
> })
--
This message was sent by Atlassian Jira
(v8.3.4#803005)