You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (Jira)" <ji...@apache.org> on 2020/04/06 07:21:00 UTC

[jira] [Created] (FLINK-16988) Add core table source/sink interfaces

Timo Walther created FLINK-16988:
------------------------------------

             Summary: Add core table source/sink interfaces
                 Key: FLINK-16988
                 URL: https://issues.apache.org/jira/browse/FLINK-16988
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / API
            Reporter: Timo Walther
            Assignee: Timo Walther


This will add the most important interfaces for the new source/sink interfaces:
 * DynamicTableSource
 * ScanTableSource extends DynamicTableSource
 * LookupTableSource extends DynamicTableSource
 * DynamicTableSink

And some initial ability interfaces:
 * SupportsComputedColumnPushDown
 * SupportsFilterPushDown

All interfaces will have extended JavaDocs.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)