Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In order to support plan test, we need the ability to register a DataStream (or TableSource) and perform sql query on it.
This issue is aiming to introduce a basic and simple TableEnvironment which only support registerDataStream and sqlQuery.
In the context of FLINK-11067 and FLINK-11068 (convert TableEnvironments and Tables to interfaces), the introduced TableEnvironment in table-planner-blink is a temporary solution and will be refactored/moved to a BlinkPlanner, once FLINK-11067, FLINK-11068 is done.
Attachments
Attachments
Issue Links
- is a child of
-
FLINK-11488 Add a basic Blink planner framework
- Closed
- is blocked by
-
FLINK-11449 Uncouple the Expression class from RexNodes
- Closed
- links to