Jark Wu created FLINK-20562: ------------------------------- Summary: Support ExplainDetails for EXPLAIN sytnax Key: FLINK-20562 URL: https://issues.apache.org/jira/browse/FLINK-20562 Project: Flink Issue Type: New Feature Components: Table SQL / API Reporter: Jark Wu Fix For: 1.13.0
Currently, {{EXPLAIN}} syntax only supports to print the default AST, logical plan, and physical plan. However, it doesn't support to print detailed information such as CHANGELOG_MODE, ESTIMATED_COST, JSON_EXECUTION_PLAN which are defined in {{ExplainDetail}}. -- This message was sent by Atlassian Jira (v8.3.4#803005)