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)