You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jane Chan (Jira)" <ji...@apache.org> on 2022/08/23 03:28:00 UTC

[jira] [Created] (FLINK-29072) Migrate DDL-related schema handling to the new Schema framework

Jane Chan created FLINK-29072:
---------------------------------

             Summary: Migrate DDL-related schema handling to the new Schema framework
                 Key: FLINK-29072
                 URL: https://issues.apache.org/jira/browse/FLINK-29072
             Project: Flink
          Issue Type: Technical Debt
          Components: Table SQL / API
    Affects Versions: 1.16.0
            Reporter: Jane Chan


[FLIP-164|https://cwiki.apache.org/confluence/display/FLINK/FLIP-164%3A+Improve+Schema+Handling+in+Catalogs] introduces the new Schema framework. Yet all DDL-related functionalities (such as CREATE TABLE, CREATE TABLE LIKE, ALTER TABLE SET/RESET, ALTER TABLE ADD/DROP CONSTRAINT, SHOW CREATE TABLE, etc.) are based on the deprecated CatalogTableImpl and TableSchema.

The FLIP said, "For backward compatibility, we leave Catalog#createTable and Catalog#alterTable untouched." Therefore, issues like FLINK-18958, FLINK-28690, etc., cannot be resolved. And new functionalities like ALTER TABLE ADD/MODIFY face a dilemma of implementing against the new framework but lose backward consistency.

Fully migrating to the new framework takes a lot of effort and maybe a long-term plan, but at least it's the time to put it on the agenda to have a track.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)