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

Jingsong Lee updated FLINK-23442:
---------------------------------
    Component/s:     (was: Table SQL / Runtime)

> FileSystemFactory refactor in flink-table-runtime
> -------------------------------------------------
>
>                 Key: FLINK-23442
>                 URL: https://issues.apache.org/jira/browse/FLINK-23442
>             Project: Flink
>          Issue Type: Improvement
>          Components: FileSystems
>    Affects Versions: 1.14.0
>            Reporter: Yubin Li
>            Priority: Major
>
> FileSystemFactory interface has basically the same definitons in the follow 
> modules, especially create() as the core function return FileSystem object of 
> flink-core module
> 1. flink-table-runtime
> 2. flink-core
> once FileSystem.initialize() invoked, only the classes implelement 
> FileSystemFactory of flink-core can be loaded, and we can implement 
> PluginFileSystemFactory to wrap the classes as mentioned before, but we can`t 
> do the same action in flink-table-runtime
> If we dont`t provide a seperate load mechanism like FileSystemFactory in 
> flink-core, we maybe need to refactor FileSystemFactory in 
> flink-table-runtime.
>  



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

Reply via email to