[
https://issues.apache.org/jira/browse/FLINK-22744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-22744:
-----------------------------------
Labels: pull-request-available (was: )
> 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
>
> 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)