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.
Best,
Jingsong Lee
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
--