Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
The Python API does not offer a dedicated BatchTableEnvironment anymore. Instead, users can switch to the unified TableEnvironment for both batch and stream processing. Only the Blink planner (the only remaining planner in 1.14) is supported.
Description
This is a major cleanup of the Python module that drops support for BatchTableEnvironment and old planner.
Removes usages of:
- DataSet
- BatchTableEnvironment
- Legacy planner
- ExecutionEnvironment
Note: Batch processing is still possible via the unified TableEnvironment.
Attachments
Issue Links
- links to