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)