Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-21394 FLIP-164: Improve Schema Handling in Catalogs
  3. FLINK-21913

Update DynamicTableFactory.Context to use ResolvedCatalogTable

    XMLWordPrintableJSON

Details

    • Hide
      Implementations for `DynamicTableSourceFactory` and `DynamicTableSinkFactory` might need to update calls to `Context#getCatalogTable` as the method now returns a more specific `ResolvedCatalogTable`. `context.getCatalogTable().getSchema()` is still supported but deprecated and should be replaced with `context.getCatalogTable().getResolvedSchema()`.
      Show
      Implementations for `DynamicTableSourceFactory` and `DynamicTableSinkFactory` might need to update calls to `Context#getCatalogTable` as the method now returns a more specific `ResolvedCatalogTable`. `context.getCatalogTable().getSchema()` is still supported but deprecated and should be replaced with `context.getCatalogTable().getResolvedSchema()`.

    Description

      Update DynamicTableFactory.Context to use ResolvedCatalogTable.

      Attachments

        Issue Links

          Activity

            People

              twalthr Timo Walther
              twalthr Timo Walther
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: