Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
In order to separate API from actual implementation, the static methods TableEnvironment.getTableEnvironment() are deprecated. Use Batch/StreamTableEnvironment.create() instead.
Description
A more detailed description can be found in FLIP-32.
Direct to the Batch/StreamTableEnvionrment.create() approach. The create() method must not necessarily already perform a planner discovery. We can hard-code the target table environment for now.
TableEnvironment.create() is not supported yet.
Attachments
Issue Links
- is a child of
-
FLINK-11444 Deprecate methods for uncoupling table API and table core
- Closed
- links to