Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
After FLINK-11068 is merged, the Table interfaced is added into flink-table-api-java. The classpath is conflicted with Table in flink-table-planner-blink which result in IDE errors and some tests fail (only in my local, looks good in mvn verify).
This issue make Table in flink-table-planner-blink to extends Table in flink-table-api-java and rename to TableImpl. We still left the methods implementation to be empty until the LogicalNode is refactored.
Attachments
Issue Links
- is a child of
-
FLINK-11488 Add a basic Blink planner framework
- Closed
- links to