Jark Wu created FLINK-11994: ------------------------------- Summary: Introduce TableImpl and remove Table in flink-table-planner-blink Key: FLINK-11994 URL: https://issues.apache.org/jira/browse/FLINK-11994 Project: Flink Issue Type: New Feature Reporter: Jark Wu Assignee: Jark Wu
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. -- This message was sent by Atlassian JIRA (v7.6.3#76005)