[
https://issues.apache.org/jira/browse/FLINK-22744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17349101#comment-17349101
]
Timo Walther commented on FLINK-22744:
--------------------------------------
[~jark] what do you think?
> Simplify TableEnvironment.create()
> ----------------------------------
>
> Key: FLINK-22744
> URL: https://issues.apache.org/jira/browse/FLINK-22744
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Reporter: Timo Walther
> Assignee: Timo Walther
> Priority: Major
>
> After dropping the legacy planner, in many cases there is not much to build
> in the `EnvironmentSettings` except for batch/streaming mode. Simplify the
> API with:
> {code:java}
> TableEnvironment.create() // default settings in streaming mode / later
> automatic mode
> EnvironmentSettings.inStreamingMode() // shortcut
> EnvironmentSettings.inBatchMode() // shortcut
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)