Dawid Wysakowicz created FLINK-12737:
----------------------------------------
Summary: Loosen Table 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
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 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)