Search before asking
Description
In #707, we move META-INF/services/org.apache.flink.table.factories.Factory to each submodule for two reason:
- Submodule ( which user apply to their own Flink version) can freely extend FlinkCatalogFactory.
- Each tests (which depends on flink framework rather than just UT case ) should also verified in each module. Because currently fluss-flink-common only works on newest version, maybe not work on older version.
However, in #989, it only test factory with framework's FactoryUtil.createCatalog in fluss-flink-common.
In this PR, I do hope it can also test for each submodule.
Willingness to contribute
Search before asking
Description
In #707, we move META-INF/services/org.apache.flink.table.factories.Factory to each submodule for two reason:
However, in #989, it only test factory with framework's FactoryUtil.createCatalog in fluss-flink-common.
In this PR, I do hope it can also test for each submodule.
Willingness to contribute