You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Shengkai Fang (Jira)" <ji...@apache.org> on 2021/04/08 12:29:00 UTC

[jira] [Created] (FLINK-22155) Fix EXPLAIN implementation

Shengkai Fang created FLINK-22155:
-------------------------------------

             Summary: Fix EXPLAIN implementation
                 Key: FLINK-22155
                 URL: https://issues.apache.org/jira/browse/FLINK-22155
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / API
    Affects Versions: 1.13.0
            Reporter: Shengkai Fang


When explain insert statement, the validator validate the whole statement rather than validate the query. But when execute insert statement, the planner only validate the query part of the insert statement. It may brings the result of the explan is different from the actual plan. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)