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 2021/10/01 13:19:00 UTC

[jira] [Closed] (FLINK-24388) Modules can provide table source/sink factories

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

Timo Walther closed FLINK-24388.
--------------------------------
    Fix Version/s: 1.15.0
       Resolution: Fixed

Fixed in master:

commit f1159348f5ec563e10b51b02daaf87ecdaeb5e3f
[table-planner] Provide ModuleManager in FlinkContext

commit 2ab24756f05838d82fa747c9ba5a95f41161bd73
[table-planner] Introduce Module#getTableSourceFactory

commit aa51c8fc7ff70dfeca8bb2e1aa10b00d9a3a3698
[table-planner] Introduce Module#getTableSinkFactory

> Modules can provide table source/sink factories
> -----------------------------------------------
>
>                 Key: FLINK-24388
>                 URL: https://issues.apache.org/jira/browse/FLINK-24388
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / API
>            Reporter: Ingo Bürk
>            Assignee: Ingo Bürk
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
> We want to extend the Module interface to allow providing a `Factory`. This should be used when creating sources, sinks, catalogs, and modules, and allows for a module to override the resolution process (possibly skipping discovery).
> Considering the module order, the first module providing a factory "wins". If no loaded module provides a factory, the current behavior is kept.
> Additionally (and optionally), we want to investigate moving the current discovery process into the CoreModule instead.



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