[
https://issues.apache.org/jira/browse/FLINK-12737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-12737:
-----------------------------------
Labels: pull-request-available (was: )
> Loosen Table class dependencies
> -------------------------------
>
> Key: FLINK-12737
> URL: https://issues.apache.org/jira/browse/FLINK-12737
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API, Table SQL / Legacy Planner
> Reporter: Dawid Wysakowicz
> Assignee: Dawid Wysakowicz
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.9.0
>
>
> The aim of this task is to remove dependencies on actual implementation of
> {{TableEnvironment}}. This includes:
> * drop generating unique attribute generation (it is sufficient to index
> aggregates within a single operation)
> * make the transformation from {{Table}} on the caller side rather than on
> the callee (a.k.a remove getRelNode)
> * Add {{insertInto}} method to {{TableEnvironment}}
> Additionally move the TemporalTableFunctionImpl to api-java module.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)