You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Kurt Young (JIRA)" <ji...@apache.org> on 2019/04/02 04:16:00 UTC

[jira] [Closed] (FLINK-11994) Introduce TableImpl and remove Table in flink-table-planner-blink

     [ https://issues.apache.org/jira/browse/FLINK-11994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Young closed FLINK-11994.
------------------------------

> 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: 20m
>  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)