Re: StreamTableEnvironment can not run in batch mode

Posted by Jingsong Li on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/StreamTableEnvironment-can-not-run-in-batch-mode-tp32920p32927.html

Hi Fanbin,

TableEnvironment is unification of batch/streaming in blink planner.
Use: TableEnvironment.create(fsSettings)

We continue improving TableEnvironment to contain more features.

[1] https://ci.apache.org/projects/flink/flink-docs-master/dev/table/common.html#create-a-tableenvironment

Best,
Jingsong Lee

On Thu, Feb 20, 2020 at 7:21 AM Fanbin Bu <[hidden email]> wrote:
Hi,

Currently, "StreamTableEnvironment can not run in batch mode for now, please use TableEnvironment." 

Are there any plans on the unification of batch/streaming roadmap that use StreamTableEnvironment for both streamingMode and batchMode?

Thanks,
Fanbin


--
Best, Jingsong Lee