You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "vim-wang (Jira)" <ji...@apache.org> on 2021/12/16 03:25:00 UTC

[jira] [Created] (FLINK-25337) Check whether the target table is valid when SqlToOperationConverter.convertSqlInsert

vim-wang created FLINK-25337:
--------------------------------

             Summary: Check whether the target table is valid when SqlToOperationConverter.convertSqlInsert
                 Key: FLINK-25337
                 URL: https://issues.apache.org/jira/browse/FLINK-25337
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / Planner
    Affects Versions: 1.14.0
            Reporter: vim-wang


when I execute insert sql like "insert into t1 select ...", 

If the t1 is not defined,sql will not throw an exception after SqlToOperationConverter.convertSqlInsert(), I think this is unreasonable, why not use catalogManager to check whether the target table is valid?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)