You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (JIRA)" <ji...@apache.org> on 2019/06/05 10:05:00 UTC

[jira] [Created] (FLINK-12737) Loosen Table dependencies

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)