[
https://issues.apache.org/jira/browse/FLINK-22744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther closed FLINK-22744.
--------------------------------
Fix Version/s: 1.14.0
Resolution: Fixed
Fixed in 1.14.0:
commit 6fac6e4085f706c29d3f07b15ba1f8284f24e248
[docs] Update and simplify docs for EnvironmentSettings
commit bd27a2e2846186f59556c38b7bf562a9b04d14ac
[table] Update and simplify EnvironmentSettings
> 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
> Labels: pull-request-available
> Fix For: 1.14.0
>
>
> 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}
> EnvironmentSettings.inStreamingMode() // shortcut
> EnvironmentSettings.inBatchMode() // shortcut
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)