Skip to content

Move META-INF/services/org.apache.flink.table.factories.Factory to each submodule #707

@loserwang1024

Description

@loserwang1024

Search before asking

  • I searched in the issues and found nothing similar.

Description

Currently, fluss-flink-1.18 fluss-flink-1.19, and fluss-flink-1.20 share same META-INF/services/org.apache.flink.table.factories.Factory in fluss-flink-common.

If we extends FlinkCatalogFactory later in fluss-flink-1.20(for example Flink120CatalogFactory), then tests of fluss-flink-1.20 will still load parent FlinkCatalogFactory class from fluss-flink-common. Then exception will be thrown because multiple idendifier fluss which is not allowed in Flink Factory load.

Willingness to contribute

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions