You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "JustinLee (Jira)" <ji...@apache.org> on 2022/06/23 09:26:00 UTC

[jira] [Created] (FLINK-28220) Create Table Like support excluding physical columns

JustinLee created FLINK-28220:
---------------------------------

             Summary: Create Table Like support excluding physical columns
                 Key: FLINK-28220
                 URL: https://issues.apache.org/jira/browse/FLINK-28220
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / API
    Affects Versions: 1.15.0
            Reporter: JustinLee


when users want to Create Table A Like B , they can choose to include or exclude options, computed columns ,etc.  But it's mandatory that table A should inherit all physical columns of table B, which may cause inconvenience in some scenes , such as table A has its own schema and just want to inherit the options of table B. 

so I think it would be more flexible to provide the option to include or exclude physical columns when Using Create Table .. Like .. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)