[
https://issues.apache.org/jira/browse/FLINK-11994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu resolved FLINK-11994.
-----------------------------
Resolution: Fixed
Fix Version/s: 1.9.0
Resolved in 1.9: fa31a145b9167d1f237bd495e959fa54ea595ca1
> 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: Task
> Reporter: Jark Wu
> Assignee: Jark Wu
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.9.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)