Skip to content

Flink: Introduce IcebergCatalogLoader for loading table at runtime #1303

Closed
@JingsongLi

Description

@JingsongLi

Unlike Spark catalog table (Table is only required on the client/driver side), Flink needs obtain Table object in Job Manager or Task.

So we can introduce a CatalogLoader for reader and writer, users can define a custom catalog loader in FlinkCatalogFactory.

public interface CatalogLoader extends Serializable {
  Catalog loadCatalog(Configuration hadoopConf);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions